Documented public_ip configuration option silc.server.1.1.12
authorPekka Riikonen <priikone@silcnet.org>
Sat, 13 Sep 2008 17:54:45 +0000 (20:54 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 13 Sep 2008 17:54:45 +0000 (20:54 +0300)
doc/example_silcd.conf.in

index 96d43f45b4e8103e20c30bc6b96b49570a0bd469..32bb7be4545af70c56f69e119ab74389509f38cf 100644 (file)
@@ -190,10 +190,12 @@ ServerInfo {
 
        #
        # Primary listener.  Specify the IP address and the port to bind
 
        #
        # Primary listener.  Specify the IP address and the port to bind
-       # the server.
+       # the server.  The public_ip can be used to specify the public IP
+       # if the server is behind NAT.
        #
        Primary {
                ip = "10.2.1.6";
        #
        Primary {
                ip = "10.2.1.6";
+               # public_ip = "11.1.1.1";
                port = 706;
        };
 
                port = 706;
        };