X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexamples%2Fcell_backup.conf;fp=doc%2Fexamples%2Fcell_backup.conf;h=0000000000000000000000000000000000000000;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hp=0a32208696d1f0c932de2b66d73232c2d9f7a028;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=crypto.git diff --git a/doc/examples/cell_backup.conf b/doc/examples/cell_backup.conf deleted file mode 100644 index 0a322086..00000000 --- a/doc/examples/cell_backup.conf +++ /dev/null @@ -1,59 +0,0 @@ -# -# Backup router + Normal server -# 212.146.24.252 on 1335 -# - -General { - key_exchange_rekey = 30; - #key_exchange_pfs = true; -}; - -ServerInfo { - hostname = "pelle.kuo.fi.ssh.com"; - primary { ip = "212.146.42.252"; port = 1335; }; - servertype = "mun servo"; - location = "mun huone"; - admin = "Pekka Riikonen"; - adminemail = "priikone@silcnet.org"; - user = "nobody"; - group = "nobody"; - publickey = "./silcd.pub"; - privatekey = "./silcd.prv"; - motdfile = "./motd"; -}; - -Logging { - quicklogs = true; - info { file = "silcd.log"; }; -}; - -ConnectionParams { - name = "foo"; - key_exchange_pfs = true; -}; - -Client { }; - -Admin { - user = "priikone"; - passphrase = "testi"; -}; - -############################################################################# - -# This server use me as primary router -ServerConnection { - host = "212.146.42.251"; - passphrase = "priikone"; - backup = true; -}; - -############################################################################# - -# My primary router -RouterConnection { - host = "212.146.42.253"; - port = 1334; - passphrase = "priikone"; - initiator = true; -};