mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 03:58:10 +01:00
initial commit
This commit is contained in:
35
znc/root/defaults/znc.conf
Normal file
35
znc/root/defaults/znc.conf
Normal file
@@ -0,0 +1,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.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>
|
||||
Reference in New Issue
Block a user