Files
hassio-addons/znc/root/defaults/znc.conf
Arne Petersen beea827638 initial commit
2019-05-30 02:05:28 +02:00

35 lines
798 B
Plaintext

// 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.7.x
<Listener listener0>
Port = 6500
IPv4 = true
IPv6 = false
SSL = false
</Listener>
<Listener listener1>
Port = 6501
IPv4 = true
IPv6 = false
SSL = true
</Listener>
LoadModule = webadmin
<User admin>
Pass = sha256#b83fb77b88fede3a01f5a92b2124f3008227828b4b0b6daf389404f68461aa90#X?0DsLk6eUajI4o1.39T#
Admin = true
Nick = admin
AltNick = admin_
Ident = admin
RealName = Got ZNC?
LoadModule = chansaver
LoadModule = controlpanel
</User>