rm trailing newlines & add type alias for Vec
This commit is contained in:
parent
c849d32fe6
commit
2a01827e6c
3 changed files with 6 additions and 5 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue