Commit 137c2f09 authored by John Selbie's avatar John Selbie

fix stun.conf sample

parent c2a61a17
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
"_description" : "STUN over UDP on IPv4 on default ports (basic mode)", "_description" : "STUN over UDP on IPv4 on default ports (basic mode)",
"mode" : "basic", "mode" : "basic",
"primaryinterface" : "", "primaryinterface" : "",
"secondaryinterface" : "", "altinterface" : "",
"primaryport" : "3478", "primaryport" : "3478",
"secondaryport" : "3479", "altport" : "3479",
"family" : "4", "family" : "4",
"protocol" : "udp", "protocol" : "udp",
"maxconn" : "", "maxconn" : "",
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
"_description" : "STUN over UDP on IPv6 on default ports (basic mode)", "_description" : "STUN over UDP on IPv6 on default ports (basic mode)",
"mode" : "basic", "mode" : "basic",
"primaryinterface" : "", "primaryinterface" : "",
"secondaryinterface" : "", "altinterface" : "",
"primaryport" : "3478", "primaryport" : "3478",
"secondaryport" : "3479", "altport" : "3479",
"family" : "6", "family" : "6",
"protocol" : "udp", "protocol" : "udp",
"maxconn" : "", "maxconn" : "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment