mirror of
https://github.com/coturn/coturn.git
synced 2025-10-27 04:51:28 +01:00
parent
3f66c028fa
commit
b009624902
@ -54,9 +54,22 @@
|
|||||||
#tcp-proxy-port=5555
|
#tcp-proxy-port=5555
|
||||||
|
|
||||||
# Listener IP address of relay server. Multiple listeners can be specified.
|
# Listener IP address of relay server. Multiple listeners can be specified.
|
||||||
# If no IP(s) specified in the config file or in the command line options,
|
# If no IP is specified in the config file or in the command line options,
|
||||||
# then all IPv4 and IPv6 system IPs will be used for listening.
|
# then all IPv4 system IPs will be used for listening.
|
||||||
|
#listening-ip=
|
||||||
#
|
#
|
||||||
|
# If you specify '::' as IP, then all IPv6 system IPs will be used for
|
||||||
|
# listening.
|
||||||
|
#listening-ip=::
|
||||||
|
#
|
||||||
|
# If you want to listen on all IPv4 as well as on all IPv6, you can do
|
||||||
|
#listening-ip=
|
||||||
|
#listening-ip=::
|
||||||
|
# or
|
||||||
|
#listening-ip=0.0.0.0
|
||||||
|
#listening-ip=::
|
||||||
|
#
|
||||||
|
# to specify just some IPs you prefer:
|
||||||
#listening-ip=172.17.19.101
|
#listening-ip=172.17.19.101
|
||||||
#listening-ip=10.207.21.238
|
#listening-ip=10.207.21.238
|
||||||
#listening-ip=2607:f0d0:1002:51::4
|
#listening-ip=2607:f0d0:1002:51::4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user