Skip to content

Commit

Permalink
#270 - Fix invalid address configured for STUN server in netbird mana…
Browse files Browse the repository at this point in the history
…gement service
  • Loading branch information
reimarstier committed Aug 1, 2024
1 parent 6b55ce5 commit a786113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Stuns": [
{
"Proto": "udp",
"URI": "stun:$NETBIRD_SIGNAL_DOMAIN:$NETBIRD_SIGNAL_PORT",
"URI": "stun:$TURN_DOMAIN:$TURN_PORT",
"Username": "",
"Password": ""
}
Expand Down
2 changes: 1 addition & 1 deletion .ci/docker/netbird/management.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Stuns": [
{
"Proto": "udp",
"URI": "stun:netbird-signal:80",
"URI": "stun:netbird-coturn:3478",
"Username": "",
"Password": ""
}
Expand Down

0 comments on commit a786113

Please sign in to comment.