NET1847:Add STUN settings (#3235)

* add setting to turn on/off STUN

* sync stun setting in peerUpdate

* sync stun servers setting in peerUpdate
This commit is contained in:
Yabin Ma
2024-12-06 06:38:32 +01:00
committed by GitHub
parent 5cb49e3d45
commit 87ef555542
7 changed files with 28 additions and 1 deletions
+2
View File
@@ -94,3 +94,5 @@ PEER_UPDATE_BATCH_SIZE=50
DEFAULT_DOMAIN=netmaker.hosted
# managed dns setting, set to true to resolve dns entries on netmaker network
MANAGE_DNS=false
# if STUN is set to true, hole punch is called
STUN=true