updates.
[silc.git] / doc / example_silcd.conf.in
index 32726e0bf5b74cdd3728f2c2dd3df7b38fb28615..b26eb31d9dcdeefaf44341aae2f0a4502b32cfe1 100644 (file)
@@ -146,11 +146,25 @@ General {
 #
 ServerInfo {
        #
-       # Server FQDN and IP address
+       # Server name (FQDN)
        #
        hostname = "lassi.kuo.fi.ssh.com";
-       ip = "10.2.1.6";
-       port = 706;
+
+       #
+       # Primary listener.  Specify the IP address and the port to bind
+       # the server.
+       #
+       Primary {
+               ip = "10.2.1.6";
+               port = 706;
+       };
+
+       #
+       # Secondary listener(s).  If you need to bind your server into
+       # several interfaces use the Secondary to specify the listener(s).
+       #
+       #Secondary { ip = "10.2.1.60"; port = 706; };
+       #Secondary { ip = "10.2.1.160"; port = 706; };
 
        #
        # ServerType field specifies the purpose of this server