View difference between Paste ID: S9ZnLAA4 and CPRrq6LU
SHOW: | | - or go back to the newest paste.
1-
include "help.conf";
1+
2
{
3
	name "irc.domain.com";
4
	info "FooNet Server";
5
	numeric 1;
6
};
7
8
admin {
9
	"Bob Smith";
10
	"bob";
11
	"[email protected]";
12
};
13
14
class           clients
15
{
16
	pingfreq 120;
17
	maxclients 20000;
18
	sendq 100000;
19
	recvq 32000;
20
};
21
22
allow {
23
	ip             *@*;
24
	hostname       *@*;
25
	class           clients;
26
	maxperip 5;
27
};
28
29
oper blackeye {
30
    class clients;
31
    from {
32
        userhost *@*;
33
    };
34
    password "mdp";
35
    flags "+oOCAaNrDRhwgcLKkbBnGztZWHvqXd";
36
    maxlogins 2;
37
};
38
39
listen  5.39.55.215:4562 { 
40
  options { 
41
    clientsonly; 
42
  }; 
43-
    ssl; 
43+
44
45
drpass {
46
    restart "a90ffdhfsgjh4oktfasl234asd2";
47
    die "da8s234nasgdfgklklSDFHg235sd";
48
};
49
50
log "ircd.log" {
51
    maxsize 20;
52
    flags {
53
        errors;
54
    };
55
};
56
57
tld {
58
    mask *@*;
59
    motd "ircd.motd";
60
    rules "ircd.rules";
61
};
62
63
link services.are.awesome 
64
{
65
  username *;
66
  hostname 127.0.0.1;
67
  bind-ip *;
68
  port 9001;
69
  hub *;
70
  password-connect "password";
71
  password-receive "password";
72
  class default;
73-
    maxchannelsperuser 10;
73+
  options { };
74
};
75
76
ulines { services.are.awesome; };
77
78
set {
79
    network-name         "HTTP 1.1";
80
    default-server         "none.none";
81
    services-server     "services.are.awesome";
82
    stats-server         "none.none";
83
    help-channel         "#help";
84
    auto-join            "#lobby";
85
    hiddenhost-prefix    "HTTP";
86
    cloak-keys {
87
        "oAr4l3sttatVz4Zb7x4Y32fxnR6p";
88
        "hV57x4g23e1Hntt5abtl32J7YwpW";
89
        "l3Z5nRx7hVtttb7x4YwaoAr1Hgqa";
90
    };
91
    hosts {
92
        local        "localhost";
93
        global        "localhost";
94
        admin        "localhost";
95
        coadmin        "localhost";
96
        servicesadmin     "localhost";
97
        netadmin     "localhost";
98
        host-on-oper-up "on";
99
    };
100
};
101
102
set {
103
    kline-address "[email protected]";
104
    modes-on-connect "+ixw";
105
    modes-on-oper     "+xwgs";
106
    options {
107
        hide-ulines;
108
    };
109
    maxchannelsperuser 5;
110
    anti-spam-quit-message-time 30s;
111
    oper-only-stats "*";
112
    throttle {
113
        connections 15;
114
        period 120s;
115
    };
116
};
117
118
119
set {
120
    modes-on-join        "+stu";
121
    level-on-join        "none";
122
    restrict-usermodes     "*";
123
    restrict-channelmodes     "*";
124
    static-part         "yes";
125
    who-limit        "1";
126
};
127
set {
128
    options {
129
130
    };
131
    anti-flood {
132
        nick-flood     "1:3360";
133
    };
134
};