|
@@ -34,8 +34,8 @@ $ ./scripts/secure_relay.sh
|
|
|
|
|
|
5. turnutils_natdiscovery: a utility that provides NAT behavior discovery
|
|
5. turnutils_natdiscovery: a utility that provides NAT behavior discovery
|
|
according RFC5780. This utility discovers the actual NAT Mapping and Filtering
|
|
according RFC5780. This utility discovers the actual NAT Mapping and Filtering
|
|
-behavior. Be aweare that at least two different listening IP addresses should
|
|
|
|
-be configured to be able to work properly!
|
|
|
|
|
|
+behavior, etc. Be aware that on TURN server side two different listening IP
|
|
|
|
+addresses should be configured to be able to work properly!
|
|
|
|
|
|
6. turnutils_oauth: a utility that provides OAuth access_token
|
|
6. turnutils_oauth: a utility that provides OAuth access_token
|
|
generation(AEAD encryption), validation and decryption. This utility inputs
|
|
generation(AEAD encryption), validation and decryption. This utility inputs
|
|
@@ -272,19 +272,30 @@ Flags:
|
|
|
|
|
|
-f NAT filtering behavior discovery
|
|
-f NAT filtering behavior discovery
|
|
|
|
|
|
|
|
+-t NAT mapping lifetime behavior discovery
|
|
|
|
+ Requires a timer (-T)
|
|
|
|
+
|
|
-c NAT collision behavior discovery
|
|
-c NAT collision behavior discovery
|
|
|
|
|
|
-H NAT hairpinning behavior discovery
|
|
-H NAT hairpinning behavior discovery
|
|
|
|
|
|
|
|
+-P Add 1500 byte Padding to the behavior discovery
|
|
|
|
+ Applicable with all except NAT mapping Lifetime discovery
|
|
|
|
+
|
|
Options with required values:
|
|
Options with required values:
|
|
|
|
|
|
-p STUN server port (Default: 3478)
|
|
-p STUN server port (Default: 3478)
|
|
|
|
|
|
-L Local address to use (optional)
|
|
-L Local address to use (optional)
|
|
|
|
|
|
|
|
+-l Local port to use (use with -L)
|
|
|
|
+
|
|
-A Secondary Local address (optional)
|
|
-A Secondary Local address (optional)
|
|
Required for collision discovery
|
|
Required for collision discovery
|
|
|
|
|
|
|
|
+-T Mapping lifetime timer (sec)
|
|
|
|
+ Used by mapping lifetime behavior discovery
|
|
|
|
+
|
|
Usage:
|
|
Usage:
|
|
|
|
|
|
$ turnutils_natdiscovery -m -f stun.example.com
|
|
$ turnutils_natdiscovery -m -f stun.example.com
|