Added SILC Thread Queue API
[crypto.git] / doc / examples / cell_backup.conf
1 #
2 # Backup router + Normal server
3 # 212.146.24.252 on 1335
4 #
5
6 General {
7         key_exchange_rekey = 30;
8         #key_exchange_pfs = true;
9 };      
10
11 ServerInfo {
12         hostname = "pelle.kuo.fi.ssh.com";
13         primary { ip = "212.146.42.252"; port = 1335; };
14         servertype = "mun servo";
15         location = "mun huone";
16         admin = "Pekka Riikonen";
17         adminemail = "priikone@silcnet.org";
18         user = "nobody";
19         group = "nobody";
20         publickey = "./silcd.pub";
21         privatekey = "./silcd.prv";
22         motdfile = "./motd";
23 };
24
25 Logging {
26         quicklogs = true;
27         info { file = "silcd.log"; };
28 };
29
30 ConnectionParams {
31         name = "foo";
32         key_exchange_pfs = true;
33 };
34
35 Client { };
36
37 Admin {
38         user = "priikone";
39         passphrase = "testi";
40 };
41
42 #############################################################################
43
44 # This server use me as primary router
45 ServerConnection {
46         host = "212.146.42.251";
47         passphrase = "priikone";
48         backup = true;
49 };
50
51 #############################################################################
52
53 # My primary router
54 RouterConnection {
55         host = "212.146.42.253";
56         port = 1334;
57         passphrase = "priikone";
58         initiator = true;
59 };