mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-30 01:07:35 +08:00
feat: add turn-ready node p2p config
This commit is contained in:
@@ -280,7 +280,14 @@
|
||||
"p2p": {
|
||||
"enabled": false,
|
||||
"transport": "websocket_tunnel",
|
||||
"stun_servers": []
|
||||
"stun_servers": [],
|
||||
"ice_servers": [
|
||||
{
|
||||
"urls": [
|
||||
"stun:stun.l.google.com:19302"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user