-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathznc.conf
107 lines (98 loc) · 1.93 KB
/
znc.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration
AnonIPLimit = 10
ConnectDelay = 5
LoadModule = modpython
LoadModule = webadmin
LoadModule = athemeauth
MaxBufferSize = 500
ProtectWebSessions = true
ServerThrottle = 5
Skin = _default_
StatusPrefix = *
Version = 1.4
<Listener listener0>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 6697
SSL = true
</Listener>
<Listener listener1>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 6667
SSL = false
</Listener>
<Listener listener2>
AllowIRC = false
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 8080
SSL = false
</Listener>
<User admin>
Admin = true
AltNick = admin_
AppendTimestamp = false
AutoClearChanBuffer = true
Buffer = 50
ChanModes = +stn
DenyLoadMod = false
DenySetBindHost = false
Ident = admin
JoinTries = 10
LoadModule = webadmin
LoadModule = controlpanel
MaxJoins = 0
MaxNetworks = 1
MultiClients = true
Nick = admin
PrependTimestamp = true
QuitMsg = ZNC - http://znc.in
RealName = Got ZNC?
TimestampFormat = [%H:%M:%S]
<Pass password>
Method = sha256
Hash = e05a4fe1776a4ef8051d627d3bd24520dde448be810506a839502d28c795931d
Salt = ZpDUio3z5aDSk5uw5KUN
</Pass>
</User>
<User scrub>
Admin = false
Allow = *
AltNick = scrub
AppendTimestamp = false
AutoClearChanBuffer = true
Buffer = 50
DenyLoadMod = true
DenySetBindHost = false
Ident = scrub
JoinTries = 0
LoadModule = athemesasl
LoadModule = missingmotd
MaxJoins = 0
MaxNetworks = 0
MultiClients = true
Nick = scrub
PrependTimestamp = false
QuitMsg = ZNC - http://znc.in
RealName = scrub
TimestampFormat = [%H:%M:%S]
<Pass password>
Hash = 1e129e4686588e8cf26006b95cb9cb3c16b38a569c82cfc2cc34d40fb7459392
Method = SHA256
Salt = 8xXjCYN5;)3;l1?jiu25
</Pass>
</User>