feat: add guarded webrtc node transport

This commit is contained in:
lpf
2026-03-08 22:47:41 +08:00
parent ad2e732f56
commit daaac53f5a
10 changed files with 615 additions and 41 deletions

View File

@@ -279,7 +279,8 @@
"nodes": {
"p2p": {
"enabled": false,
"transport": "websocket_tunnel"
"transport": "websocket_tunnel",
"stun_servers": []
}
}
},