feat: add turn-ready node p2p config

This commit is contained in:
lpf
2026-03-08 23:12:29 +08:00
parent 3db78e0577
commit f441972c56
13 changed files with 384 additions and 29 deletions

View File

@@ -280,7 +280,14 @@
"p2p": {
"enabled": false,
"transport": "websocket_tunnel",
"stun_servers": []
"stun_servers": [],
"ice_servers": [
{
"urls": [
"stun:stun.l.google.com:19302"
]
}
]
}
}
},