summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index 85f4e81..ec4e92c 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -11,9 +11,9 @@ pub enum RunTypes {
pub struct NSCConfig {
/// Paths to v2ray `geosite.dat', `geoip.dat`
pub geo_files: [String; 2],
- /// Routing settings similar to v2ray
+ /// Routing settings similar to v2ray
pub routing: String,
- /// TOR/I2P Proxies
+ /// TOR/I2P Proxies
pub mode: RunTypes,
}