1General {
2        name = "test-1.example.net";
3        vhost = "127.0.0.1";
4        vhost = "::1";
5        description = "Test Server 1";
6        numeric = 1;
7};
8
9Admin {
10        location = "Somewhere";
11        contact = "Someone";
12};
13
14Class {
15        name = "Server";
16        pingfreq = 180 seconds;
17        connectfreq = 300 seconds;
18        maxlinks = 1;
19        sendq = 9000000;
20};
21
22Class {
23        name = "others";
24        pingfreq = 180 seconds;
25        sendq = 160000;
26        maxlinks = 100;
27        usermode = "+oiwx";
28};
29
30Class {
31        name = "Opers";
32        pingfreq = 180 seconds;
33        sendq = 160000;
34        maxlinks = 10;
35        local = no;
36};
37
38Connect {
39        name = "bogus.example.net";
40        host = "example.net";
41        password = "bogus_example";
42        port = 7700;
43        class = "Server";
44        maxhops = 2;
45        hub = "*.example.net";
46        autoconnect = yes; # forces a DNS resolution attempt
47};
48
49CRule {
50        server = "bogus.example.net";
51        all = yes;
52        rule = "connected(*)";
53};
54
55CRule {
56        server = "bogus.example.net";
57        all = no;
58        rule = "directcon(*)";
59};
60
61UWorld {
62        name = "uworld.example.net";
63        name = "uworld2.example.net";
64};
65
66Jupe {
67        nick = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q";
68        nick = "R,S,T,U,V,W,X,Y,Z,{,|,},~,-,_,`";
69};
70
71Operator { name = "oper1"; host = "*@*"; password = "$PLAIN$oper1"; class = "Opers"; };
72Operator { name = "oper2"; host = "*@*"; password = "$PLAIN$oper2"; class = "Opers"; local = yes; };
73Operator { name = "oldoper"; host = "*@*"; password = "Xlfc26b4eYGWs"; class = "Opers"; };
74Operator { name = "md5oper"; host = "*@*"; password = "$SMD5$2O$4O.rSAmhE4Fg05MmG.047/"; class = "Opers"; };
75Operator { name = "cryptoper"; host = "*@*"; password = "$CRYPT$41ndrxPQu3B66"; class = "Opers"; };
76
77Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan"; };
78Kill { realname = "Chloe"; reason = "drones"; };
79Kill { username = "sub7"; reason = "You are infected with a Trojan"; };
80
81Client { class = "others"; ip = "*"; };
82
83Port { server = yes; port = 7700; };
84Port { server = no;  port = 7702; };
85
86Quarantine {
87        "#shells" = "Thou shalt not support the h4><0rz";
88};
89
90Features {
91        "HIS_STATS_k" = "FALSE";
92        "PPATH" = "ircd-t1.pid";
93};
94