forked from jimeh/docker-znc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
znc.conf.default
35 lines (32 loc) · 944 Bytes
/
znc.conf.default
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
// 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
Version = 1.6.5
SSLCertFile = @DATADIR@/ssl/znc.pem
<Listener l>
Port = 6667
IPv4 = true
IPv6 = true
SSL = true
</Listener>
LoadModule = webadmin
<User admin>
Pass = sha256#00793765305dfc3e7bba28267fe9d9e2c721ebef4e20f3a89720265a89ee6a4f#N!lgZM8S.HZ4zH?)vFoW#
Admin = true
Nick = admin
AltNick = admin_
Ident = admin
RealName = Got ZNC?
Buffer = 50
AutoClearChanBuffer = true
ChanModes = +stn
LoadModule = chansaver
LoadModule = controlpanel
LoadModule = perform
</User>