blob: e46c8e6d11e93b63a16893dc6db555967e5f7d43 (
plain) (
blame)
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
|
// 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 https://wiki.znc.in/Configuration
AnonIPLimit = 10
AuthOnlyViaModule = false
ConfigWriteDelay = 0
ConnectDelay = 5
HideVersion = true
LoadModule = webadmin
MaxBufferSize = 500
ProtectWebSessions = true
SSLCertFile = /home/lemon/.znc/znc.pem
SSLDHParamFile = /home/lemon/.znc/znc.pem
SSLKeyFile = /home/lemon/.znc/znc.pem
ServerThrottle = 30
Skin = forest
StatusPrefix = *
Version = 1.8.2
<Listener listener0>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 5989
SSL = true
URIPrefix = /
</Listener>
<User yulqen>
Admin = true
Allow = *
AltNick = yulqen_
AppendTimestamp = false
AuthOnlyViaModule = false
AutoClearChanBuffer = true
AutoClearQueryBuffer = true
ChanBufferSize = 50
DenyLoadMod = false
DenySetBindHost = false
Ident = yulqen
JoinTries = 10
LoadModule = chansaver
LoadModule = controlpanel
MaxJoins = 0
MaxNetworks = 1
MaxQueryBuffers = 50
MultiClients = true
Nick = yulqen
NoTrafficTimeout = 180
PrependTimestamp = true
QueryBufferSize = 50
QuitMsg = %znc%
RealName = ZNC - https://znc.in
TimestampFormat = [%H:%M:%S]
<Network liberachat>
AltNick = yulqen_
FloodBurst = 9
FloodRate = 2.00
IRCConnectEnabled = true
Ident = yulqen
JoinDelay = 0
LoadModule = simple_away
LoadModule = sasl
Nick = yulqen
Server = irc.libera.chat +6697
TrustAllCerts = false
TrustPKI = true
<Chan #fsf>
</Chan>
<Chan #irssi>
</Chan>
<Chan #openbsd>
</Chan>
<Chan #perl>
</Chan>
<Chan #taskwarrior>
</Chan>
<Chan #vim>
</Chan>
</Network>
<Pass password>
Hash = b99d7f1210e70421f6074ec75c2a010f40cbb19c2f0d97ef0e63808ca827cd40
Method = SHA256
Salt = *EUooxa?_7REF3dAl?qh
</Pass>
</User>
|