mirror of
https://github.com/linuxserver/docker-znc.git
synced 2026-02-20 01:42:38 +08:00
32 lines
707 B
Plaintext
32 lines
707 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 l>
|
|
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>
|
|
|
|
|