remove accept_dns

This commit is contained in:
Luna Yao
2026-04-18 21:26:20 +02:00
parent 4f6f8f3d93
commit c71ab7543f
6 changed files with 4 additions and 29 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;