X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexample_silcd.conf;h=6f9afc639a3969d57e616da4614a4fc6480c1e9a;hb=e5d8d3db6caa344b3d419b884556c21b15e7d123;hp=a07e16bafc9d2736b41467bd268de7e57ef1720f;hpb=2ccba0fda23268cb45841b5984fc31b4287a3d4b;p=runtime.git diff --git a/doc/example_silcd.conf b/doc/example_silcd.conf index a07e16ba..6f9afc63 100644 --- a/doc/example_silcd.conf +++ b/doc/example_silcd.conf @@ -150,13 +150,19 @@ infologfile:/usr/local/silc/logs/silcd.log:10000 # Thus, if your server is not router do not configure this section. If # your server is router, this must be configured. # -# Format: ::::: +# Format: :::: +# :: # # The is either passphrase or file path to the public key -# file. +# file. If the connection is backup connection then set the to value 1. For normal connections set it 0. If it is +# set to value 1 then this server will be backup router. # [ServerConnection] -10.2.1.7:passwd:veryscret:706:1:1 +10.2.1.7:passwd:veryscret:706:1:1:0 +10.2.1.17:passwd:veryscret13:706:1:1:1 # backup connection, that host + # will use this server as backup + # router. # # Configured router connections. @@ -166,14 +172,23 @@ infologfile:/usr/local/silc/logs/silcd.log:10000 # this sections includes all configured router connections. The first # configured connection is the primary route. # -# Format: :::::: +# Format: ::::: +# ::: # # The is either passphrase or file path to the public key -# file. +# file. If you are the initiator of the connection then set the +# to value 1. If you are the responder of the connection (waiting for +# incoming connection) then set it to 0. +# +# If the connection is backup router connection then set the to value 1. For normal connection set it to 0. If this +# backup router is in our cell then set the to value 1. +# If the backup router is in other cell then set it to value 0. # [RouterConnection] -#10.2.1.100:passwd:veryverysecret:706:1:1:1 -#10.2.100.131:pubkey:/path/to/the/publickey:706:1:1:1 +#10.2.1.100:passwd:veryverysecret:706:1:1:1:0:0 +#10.2.100.131:pubkey:/path/to/the/publickey:706:1:1:1:0:0 +#10.2.100.100:pubkey:/path/to/the/publickey:706:1:1:0:1:1 # # Denied connections.