Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit dac5213

Browse files
committed
fix syntax error in setup of TURN server
1 parent fb92e9b commit dac5213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-02-14-setup-turn-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ This configuration file assumes your TURN server is not behind NAT and has a pub
115115
listening-port=3478
116116
tls-listening-port=443
117117

118-
listening_ip=$IP
119-
relay_ip=$IP
118+
listening-ip=$IP
119+
relay-ip=$IP
120120

121121
# If the server is behind NAT, you need to specify the external IP address.
122122
# If there is only one external address, specify it like this:

0 commit comments

Comments
 (0)