Move Socks5Config to a separate module

This commit is contained in:
link2xt
2022-12-09 19:29:17 +00:00
parent 2fa2ade3ae
commit 109a27c9ef
7 changed files with 96 additions and 86 deletions

View File

@@ -90,6 +90,7 @@ pub mod quota;
pub mod securejoin;
mod simplify;
mod smtp;
mod socks;
pub mod stock_str;
mod sync;
mod token;