add mtu and mapped_listeners for web (#704)

This commit is contained in:
kevin
2025-03-20 23:40:56 +08:00
committed by GitHub
parent 67cff12c76
commit fd2b3768e1
6 changed files with 76 additions and 3 deletions
+2
View File
@@ -61,6 +61,8 @@ message NetworkConfig {
optional bool enable_socks5 = 37;
optional int32 socks5_port = 38;
optional bool disable_udp_hole_punching = 39;
optional int32 mtu = 40;
repeated string mapped_listeners = 41;
}
message MyNodeInfo {