mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
add options to gui to enable kcp (#583)
* add test to kcp * add options to gui to enable kcp
This commit is contained in:
@@ -31,7 +31,7 @@ pub fn gen_default_flags() -> Flags {
|
||||
data_compress_algo: CompressionAlgoPb::None.into(),
|
||||
bind_device: true,
|
||||
enable_kcp_proxy: false,
|
||||
disable_kcp_input: true,
|
||||
disable_kcp_input: false,
|
||||
disable_relay_kcp: true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user