forked from supernets/inspircd
added missing custom dir (wtf)
This commit is contained in:
parent
3d9064e4d1
commit
09e99d2122
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +0,0 @@
|
|||||||
config.env
|
|
||||||
include.conf
|
|
||||||
motd.txt
|
|
||||||
oper.motd.txt
|
|
160
custom/include.conf
Normal file
160
custom/include.conf
Normal file
@ -0,0 +1,160 @@
|
|||||||
|
<sslprofile certfile="/etc/ssl/inspircd/server.crt"
|
||||||
|
compression="no"
|
||||||
|
keyfile="/etc/ssl/inspircd/server.key"
|
||||||
|
name="defaultssl"
|
||||||
|
tlsv11="no"
|
||||||
|
tlsv12="yes"
|
||||||
|
tlsv13="yes"
|
||||||
|
renegotiation="no"
|
||||||
|
requestclientcert="no"
|
||||||
|
provider="gnutls">
|
||||||
|
|
||||||
|
<badhost host="&env.DEFAULT_BLOCK_HOST_MASK;"
|
||||||
|
reason="default hostmask block">
|
||||||
|
|
||||||
|
<exception host="*@127.0.0.1/32"
|
||||||
|
reason="Local IRC client">
|
||||||
|
|
||||||
|
<eventexec command="/bin/true"
|
||||||
|
event="rehash">
|
||||||
|
|
||||||
|
<oper host="*@*"
|
||||||
|
name="admin"
|
||||||
|
password="&env.ADMIN_PASSWORD;"
|
||||||
|
type="NetAdmin">
|
||||||
|
|
||||||
|
<showfile endtext="End of uptime"
|
||||||
|
file="/proc/uptime"
|
||||||
|
introtext="server uptime:"
|
||||||
|
name="UPTIME">
|
||||||
|
|
||||||
|
<showfile endtext="End of loadavg"
|
||||||
|
file="/proc/loadavg"
|
||||||
|
introtext="server loadavg:"
|
||||||
|
name="LOADAVG">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="8000"
|
||||||
|
type="httpd">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="&env.SSL_PORT;"
|
||||||
|
sslprofile="defaultssl"
|
||||||
|
type="clients">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="&env.PORT;"
|
||||||
|
type="clients">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="7001"
|
||||||
|
type="servers">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="&env.SERVER_SSL_PORT;"
|
||||||
|
sslprofile="defaultssl"
|
||||||
|
type="servers">
|
||||||
|
|
||||||
|
<admin email="&env.ADMIN_EMAIL;"
|
||||||
|
name="admin"
|
||||||
|
nick="admin">
|
||||||
|
|
||||||
|
<server description="internet relay chat network"
|
||||||
|
id="&env.SID;"
|
||||||
|
name="&env.SERVER_NAME;"
|
||||||
|
network="&env.NETWORK_NAME;">
|
||||||
|
|
||||||
|
<connect commandrate="&env.COMMAND_RATE;"
|
||||||
|
fakelag="&env.FAKE_LAG;"
|
||||||
|
hardsendq="&env.HARD_SENDQ;"
|
||||||
|
maxchans="&env.MAX_CHANS;"
|
||||||
|
motd="defaultmotd"
|
||||||
|
name="all"
|
||||||
|
pingfreq="&env.PING_FREQ;"
|
||||||
|
recvq="&env.RECVQ;"
|
||||||
|
softsendq="&env.SOFT_SENDQ;"
|
||||||
|
threshold="&env.COMMAND_RATE_THRESHOLD;"
|
||||||
|
timeout="&env.COMMAND_RATE_THRESHOLD_TIMEOUT;"
|
||||||
|
useconnflood="&env.USE_CONN_FLOOD;"
|
||||||
|
usednsbl="&env.USE_DNSBL;"
|
||||||
|
useident="&env.USE_IDENT;"
|
||||||
|
resolvehostnames="&env.RESOLVE_HOST_NAMES;"
|
||||||
|
useconnectban="&env.USE_CONNECT_BAN;">
|
||||||
|
|
||||||
|
<connect allow="*"
|
||||||
|
autojoin="#blackhole"
|
||||||
|
globalmax="&env.GLOBAL_MAX;"
|
||||||
|
localmax="&env.LOCAL_MAX;"
|
||||||
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
|
modes="&env.DEFAULT_USER_MODES;"
|
||||||
|
name="default"
|
||||||
|
parent="all"
|
||||||
|
port="&env.PORT;">
|
||||||
|
|
||||||
|
<connect allow="*"
|
||||||
|
autojoin="#blackhole"
|
||||||
|
globalmax="&env.GLOBAL_MAX;"
|
||||||
|
localmax="&env.LOCAL_MAX;"
|
||||||
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
|
modes="&env.SSL_USER_MODES;"
|
||||||
|
name="ssl"
|
||||||
|
parent="all"
|
||||||
|
port="&env.SSL_PORT;">
|
||||||
|
|
||||||
|
<connect allow="*"
|
||||||
|
name="authenticated"
|
||||||
|
globalmax="&env.GLOBAL_MAX;"
|
||||||
|
localmax="&env.LOCAL_MAX;"
|
||||||
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
|
modes="&env.SSL_USER_MODES;"
|
||||||
|
parent="all"
|
||||||
|
port="&env.SSL_PORT;"
|
||||||
|
requireaccount="yes">
|
||||||
|
|
||||||
|
<operjoin channel="&env.OPER_CHANNEL;"
|
||||||
|
override="no">
|
||||||
|
|
||||||
|
<httpdacl password="&env.HTTP_ACL_PASSWORD;"
|
||||||
|
path="/*"
|
||||||
|
types="password"
|
||||||
|
username="&env.HTTP_ACL_USERNAME;">
|
||||||
|
|
||||||
|
<autoconnect period="8s"
|
||||||
|
server="vps-1.lame-network.local">
|
||||||
|
|
||||||
|
<link allowmask="*"
|
||||||
|
bind="1.2.3.4"
|
||||||
|
hidden="no"
|
||||||
|
sslprofile="defaultssl"
|
||||||
|
ipaddr="4.2.3.1"
|
||||||
|
name="vps-1.lame-network.local"
|
||||||
|
port="&env.SERVER_SSL_PORT;"
|
||||||
|
recvpass="&env.LINK_RECV_PASSWORD;"
|
||||||
|
sendpass="&env.LINK_SEND_PASSWORD;"
|
||||||
|
statshidden="no"
|
||||||
|
timeout="&env.LINK_TIMEOUT;">
|
||||||
|
|
||||||
|
<ident prefixunqueried="&env.IDENT_PREFIX_UNQUERIED;"
|
||||||
|
timeout="&env.IDENT_TIMEOUT;">
|
||||||
|
|
||||||
|
<permchannels channel="&env.OPER_CHANNEL;"
|
||||||
|
modes="npstOP"
|
||||||
|
topic="party line">
|
||||||
|
|
||||||
|
<permchannels channel="&env.SERVICE_CHANNEL;"
|
||||||
|
modes="npstOP"
|
||||||
|
topic="Service monitoring">
|
||||||
|
|
||||||
|
<permchannels channel="#blackhole"
|
||||||
|
modes="ntP"
|
||||||
|
topic="blackhole">
|
||||||
|
|
||||||
|
<exemptfromfilter target="&env.OPER_CHANNEL;">
|
||||||
|
|
||||||
|
<exemptfromfilter target="&env.SERVICE_CHANNEL;">
|
||||||
|
|
||||||
|
<exemptfromfilter target="&env.HELP_CHANNEL;">
|
||||||
|
|
||||||
|
<passforward cmd="SQUERY $nickrequired :IDENTIFY $nick $pass"
|
||||||
|
forwardmsg="NOTICE $nick :*** Forwarding PASS to $nickrequired"
|
||||||
|
nick="NICKSERV">
|
57
custom/motd.txt
Normal file
57
custom/motd.txt
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗
|
||||||
|
0,0 0╔══0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔══0,0 0╗ 0,0 0╔════╝ 0,0 0╔══0,0 0╗
|
||||||
|
0,0 0║ ╚═╝ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║
|
||||||
|
0╚0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔╝ 0,0 0╗ 0,0 0╔╝
|
||||||
|
0╚═══0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0╔═══╝ 0,0 0╔════╝ 0,0 0╔══0,0 0╗
|
||||||
|
0,0 0╗ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║
|
||||||
|
0╚0,0 0╔╝ ╚0,0 0╔╝ 0,0 0║ 0,0 0╗ 0,0 0║ 0,0 0║
|
||||||
|
0 ╚════╝ ╚════╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝
|
||||||
|
|
||||||
|
0,12
|
||||||
|
0,12 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,8 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,8 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,8 0,4 0,12
|
||||||
|
0,12 0,4 0,12
|
||||||
|
0,12 0,4 0,12
|
||||||
|
0,12
|
||||||
|
0,12
|
||||||
|
|
||||||
|
0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗ 0,0 0╗
|
||||||
|
0,0 0╔═0,0 0╗ 0,0 0║ 0,0 0╔════╝ 0,0 0╔═╝ 0,0 0╔══0,0 0╗
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ ╚═╝
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0╗ 0,0 0║ ╚0,0 0╗
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0╔════╝ 0,0 0║ ╚═══0,0 0╗
|
||||||
|
0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0║ 0,0 0,0 0║
|
||||||
|
0,0 0║ ╚0,0 0║ 0,0 0╗ 0,0 0║ ╚0,0 0╔╝
|
||||||
|
0╚═╝ ╚════╝ ╚══════╝ ╚═╝ ╚════╝
|
||||||
|
|
||||||
|
4─────────┤ 0THE WILD WILD WEST OF IRC 4├─────────
|
||||||
|
|
||||||
|
14• 7 Round-robin irc.supernets.org 14(IPv4/IPv6)
|
||||||
|
14• 7 Onion 14removed until further notice
|
||||||
|
|
||||||
|
14• 7 Ports 6660-6669 & 7000
|
||||||
|
14• 7SSL/TLS Ports 6697 & 9000
|
||||||
|
|
||||||
|
14• 7 Mail 12admin@supernets.org
|
||||||
|
14• 7 Git 12https://git.supernets.org
|
||||||
|
14• 7 Twitter 12https://twitter.com/super_nets
|
||||||
|
14• 7 Website 12https://supernets.org/
|
||||||
|
|
||||||
|
4─────────┤ 0MOST DANGEROUS IRC NETWORK 4├────────
|
||||||
|
|
||||||
|
14• 7This is a hostile chat environment
|
||||||
|
14• 7Do not disrupt the orderly operation of the network
|
||||||
|
14• 7No distribution of child pornography
|
||||||
|
14• 7See /RULES for a list of network rules
|
1
custom/oper.motd.txt
Normal file
1
custom/oper.motd.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
-
|
Loading…
Reference in New Issue
Block a user