#Replace example with your team name #Name of your network localnet = example #Botnow will connect to this address and port; default 127.0.0.1@1337 #host = 127.0.0.1 #port = 1337 #Hostname hostname = example.com #Bouncer hostname bnchostname = bnc.example.com #Mail hostname mailhostname = example.com #Webpanel URL webpanel = https://bnc.example.com #Webmail URL webmail = https://mail.example.com #External IP addresses, plaintext and ssl port ip4 = 192.168.0.1 ip6 = 2001:db8:: #plainport = 1337 #sslport = 31337 #imapport = 143 #smtpport = 587 #Your IPv6 subnet length ip6subnet = 48 #Routing prefix for your IPv6 network #NOTE: routing prefix must be less than or equal to the subnet above ip6prefix = 48 #Nick and password of bot. #NOTE: username and password must match the ircd oper block *and* znc account nick = example pass = password #List of channels for requesting bouncers chans = #example #List of staff nicks; comment out to avoid highlights staff = user1 user2 #List of team channels on localnet; comment out to disable teamchans = #example-team #List of networks to connect to networks = example liberachat oftc rizon dalnet efnet undernet ircnet #Mail from address mailfrom = support@example.com #mailname = example #Modules to load modules = BNC DNS Mail Shell VPN SQLite Hash Help #Uncomment to require admin approval for new accounts #approval = true #Terms of Service terms = Example is part of the IRCNow Federation https://ircnow.org. Rules: no porn, no illegal drugs, no violent threats, no slander, no libel, no illegal gambling, no copyright infringement, no spam, no illegal cracking, and no DDoS. Only one account per person. Don't share passwords. Full terms: https://wiki.ircnow.org/index.php?n=Terms.Terms #Comment out the line below die = You did not configure botnow.conf! ##################################### # Advanced Options Below # # Do not edit unless needed # ##################################### #Number of words in password #passlength = 3 #Time in seconds before captcha expires #expires = 1800 #DNS zone directory #zonedir = /var/nsd/zones/master/ #ZNC install directory #zncdir = /home/znc/home/znc/ #Network Interface Config File #hostnameif = /etc/hostname.vio0 #Iked Config File #ikedconf = /etc/iked.conf #Verbosity: NONE, ERRORS, WARNINGS, ALL #verbose = ERRORS