unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
unrealircd.hub.conf (1049B)
1 include "links.conf"; 2 include "modules.conf"; 3 include "snomasks.conf"; 4 5 admin { ""; } 6 7 me { name "irc.supernets.org"; info "SuperNETs IRC Network"; sid 001; } 8 9 class servers { pingfreq 120; maxclients 10; sendq 1M; connfreq 30; } 10 11 listen { ip *; port REDACTED; options { serversonly; tls; } } # Links 12 listen { ip 127.0.0.1; port REDACTED; options { serversonly; } } # Anope 13 14 link services.supernets.org { 15 incoming { mask 127.0.0.1; port REDACTED; } 16 password "REDACTED"; 17 class servers; 18 } 19 20 log { 21 source { error; fatal; warn; } 22 destination { file "ircd.log" { maxsize 5M; } } 23 } 24 25 log { 26 source { !debug; all; } 27 destination { channel "#syslog"; } 28 } 29 30 ulines { services.supernets.org; } 31 32 set { 33 gline-address "enterthevoid@supernets.org"; 34 kline-address "enterthevoid@supernets.org"; 35 network-name "SuperNETs"; 36 default-server "irc.supernets.org"; 37 services-server "services.supernets.org"; 38 sasl-server "services.supernets.org"; 39 help-channel "#superbowl"; 40 cloak-method ip; 41 cloak-keys { 42 "REDACTED"; 43 "REDACTED"; 44 "REDACTED"; 45 } 46 }