diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
| commit | b9399611816303da5a06dcfb30a6ab51f70ed4c1 (patch) | |
| tree | f8fb46e5baf0b37313f7065c17fac58708683a96 /src/config.rs | |
| parent | 39fe1b820b9080ff672a719d523d6b8922866fdc (diff) | |
Fmt & Added CI
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/config.rs b/src/config.rs index 846a1b5..a5739ec 100644 --- a/src/config.rs +++ b/src/config.rs @@ -17,14 +17,14 @@ pub struct Config { pub mode: RunTypes, } -// TODO: Think how to add other anonymisers -// Like VPN on localhost:10808 -// it can be like: -// ```toml +// TODO: Think how to add other anonymisers +// Like VPN on localhost:10808 +// it can be like: +// ```toml // [[proxy]] -// name = "VPN" -// addr = "127.0.0.1:10808" -// type = "SOCKS5" # ... +// name = "VPN" +// addr = "127.0.0.1:10808" +// type = "SOCKS5" # ... // ``` impl Default for Config { @@ -39,5 +39,3 @@ impl Default for Config { } } } - - |
