Blob


1 #Name of your network
2 localnet = example
4 #Botnow will connect to this address and port; default 127.0.0.1@1337
5 #host = 127.0.0.1
6 #port = 1337
8 #Bouncer hostname
9 hostname = example.com
11 #External IP addresses, plaintext and ssl port
12 ip4 = 192.168.0.1
13 ip6 = 2001:db8::
14 ip6subnet = 64
15 ip6prefix = 48
16 #plainport = 1337
17 #sslport = 31337
19 #Nick and password of bot.
20 #NOTE: username and password must match the ircd oper block *and* znc account
21 nick = example
22 pass = password
24 #List of channels for requesting bouncers
25 chans = #example
27 #List of staff nicks; comment out to avoid highlights
28 staff = user1 user2
30 #List of team channels on localnet; comment out to disable
31 teamchans = #example-team
33 #Mail from address
34 mailfrom = support@example.com
35 #mailname = example
37 #Modules to load
38 modules = BNC DNS Mail Shell SQLite Hash Help
40 #Terms of Service
41 #terms = 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
43 #Comment out the line below
44 die = You did not configure botnow.conf!
46 #####################################
47 # Advanced Options Below #
48 # Do not edit unless needed #
49 #####################################
51 #Number of words in password
52 #passlength = 3
54 #Time in seconds before captcha expires
55 #expires = 1800
57 #DNS zone directory
58 #zonedir = /var/nsd/zones/master/
60 #ZNC install directory
61 #zncdir = /home/znc/home/znc/
63 #Network Interface Config File
64 #hostnameif = /etc/hostname.vio0
66 #Verbosity: NONE, ERRORS, WARNINGS, ALL
67 #verbose = ERRORS