|
@@ -54,9 +54,22 @@
|
|
|
#tcp-proxy-port=5555
|
|
|
|
|
|
# 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,
|
|
|
-# then all IPv4 and IPv6 system IPs will be used for listening.
|
|
|
-#
|
|
|
+# If no IP is specified in the config file or in the command line options,
|
|
|
+# 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=10.207.21.238
|
|
|
#listening-ip=2607:f0d0:1002:51::4
|