mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 21:19:51 +00:00
remove accept_dns
This commit is contained in:
@@ -65,7 +65,7 @@ message NetworkConfig {
|
||||
optional int32 mtu = 40;
|
||||
repeated string mapped_listeners = 41;
|
||||
|
||||
optional bool enable_magic_dns = 42;
|
||||
optional bool enable_magic_dns = 42 [deprecated = true];
|
||||
optional bool enable_private_mode = 43;
|
||||
|
||||
// repeated string rpc_portal_whitelists = 44;
|
||||
|
||||
@@ -33,7 +33,7 @@ message FlagsInConfig {
|
||||
bool proxy_forward_by_system = 21;
|
||||
|
||||
// enable magic dns or not
|
||||
bool accept_dns = 22;
|
||||
bool accept_dns = 22 [deprecated = true];
|
||||
// enable private mode
|
||||
bool private_mode = 23;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user