From ec4e92ff1f602334c42883b6fe65bb2a0abbc221 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 13 Sep 2008 20:54:45 +0300 Subject: [PATCH] Documented public_ip configuration option --- doc/example_silcd.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }; -- 2.24.0