add disable ipv6 option to gui/web (#1127)

This commit is contained in:
Sijie.Sun
2025-07-19 11:07:57 +08:00
committed by GitHub
parent 1fb5ca9475
commit e25cd9be37
6 changed files with 16 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ message NetworkConfig {
optional string dev_name = 20;
optional bool use_smoltcp = 21;
optional bool disable_ipv6 = 47;
optional bool enable_kcp_proxy = 22;
optional bool disable_kcp_input = 23;
optional bool disable_p2p = 24;