From: Pekka Riikonen Date: Sat, 13 Sep 2008 17:54:45 +0000 (+0300) Subject: Documented public_ip configuration option X-Git-Tag: silc.server.1.1.12 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=ec4e92ff1f602334c42883b6fe65bb2a0abbc221 Documented public_ip configuration option --- diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 96d43f45..32bb7be4 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -190,10 +190,12 @@ ServerInfo { # # 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"; + # public_ip = "11.1.1.1"; port = 706; };