support p2p-only mode (#1598)

This commit is contained in:
Sijie.Sun
2025-11-20 08:20:27 +08:00
committed by GitHub
parent 5b9ac65477
commit b44053f496
16 changed files with 165 additions and 3 deletions
+2
View File
@@ -76,6 +76,8 @@ message NetworkConfig {
repeated PortForwardConfig port_forwards = 48;
optional bool disable_sym_hole_punching = 49;
optional bool p2p_only = 51;
}
message PortForwardConfig {