Skip to content

Commit e658f10

Browse files
committed
fix: STUN_SECRE
1 parent 6fbdc93 commit e658f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/netbird/etc/management.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"Proto": "udp",
55
"URI": "stun:${STUN_FQDN_AND_PORT}",
6-
"Secret": "$STUN_SECRET"
6+
"Secret": "${STUN_SECRET}"
77
}
88
],
99
"TURNConfig": {

0 commit comments

Comments
 (0)