Skip to content

Commit

Permalink
Use new config scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Jul 10, 2024
1 parent 4d0ef2d commit c5777cb
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions root/defaults/znc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,25 @@
// 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
// Also check https://wiki.znc.in/Configuration
LoadModule = webadmin
LoadModule = corecaps
Version = 1.9.1

Version = 1.7.x
<Listener l>
Port = 6501
IPv4 = true
IPv6 = false
SSL = false
<Listener listener0>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = false
Port = 6501
SSL = false
URIPrefix = /
</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
Admin = true
<Pass password>
Hash = $argon2id$v=19$m=6144,t=6,p=1$STQuTiFGL0ppS3csbTlObmNvTjs$Dyxs/jw6aR7+ye+4N0K8sEq6uKEYy8GRaKmsTxoLCwQ
Method = Argon2id
</Pass>
</User>


0 comments on commit c5777cb

Please sign in to comment.