Blob


1 #Replace example with your team name
3 #Name of your network
4 localnet = example
6 #Botnow will connect to this address and port; default 127.0.0.1@1337
7 #host = 127.0.0.1
8 #port = 1337
10 #Hostname
11 hostname = example.com
13 #Bouncer hostname
14 bnchostname = bnc.example.com
16 #Mail hostname
17 mailhostname = example.com
19 #Webpanel URL
20 webpanel = https://bnc.example.com
22 #Webmail URL
23 webmail = https://mail.example.com
25 #External IP addresses, plaintext and ssl port
26 ip4 = 192.168.0.1
27 ip6 = 2001:db8::
28 #plainport = 1337
29 #sslport = 31337
30 #imapport = 143
31 #smtpport = 587
33 #Your IPv6 subnet length
34 ip6subnet = 48
36 #Routing prefix for your IPv6 network
37 #NOTE: routing prefix must be less than or equal to the subnet above
38 ip6prefix = 48
40 #Nick and password of bot.
41 #NOTE: username and password must match the ircd oper block *and* znc account
42 nick = example
43 pass = password
45 #List of channels for requesting bouncers
46 chans = #example
48 #List of staff nicks; comment out to avoid highlights
49 staff = user1 user2
51 #List of team channels on localnet; comment out to disable
52 teamchans = #example-team
54 #List of networks to connect to
55 networks = example liberachat oftc rizon dalnet efnet undernet ircnet
57 #Mail from address
58 mailfrom = support@example.com
59 #mailname = example
61 #Modules to load
62 modules = BNC DNS Mail Shell VPN SQLite Hash Help
64 #Uncomment to require admin approval for new accounts
65 #approval = true
67 #Terms of Service
68 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
70 #Comment out the line below
71 die = You did not configure botnow.conf!
73 #####################################
74 # Advanced Options Below #
75 # Do not edit unless needed #
76 #####################################
78 #Number of words in password
79 #passlength = 3
81 #Time in seconds before captcha expires
82 #expires = 1800
84 #DNS zone directory
85 #zonedir = /var/nsd/zones/master/
87 #ZNC install directory
88 #zncdir = /home/znc/home/znc/
90 #Network Interface Config File
91 #hostnameif = /etc/hostname.vio0
93 #Iked Config File
94 #ikedconf = /etc/iked.conf
96 #Verbosity: NONE, ERRORS, WARNINGS, ALL
97 #verbose = ERRORS