forked from supernets/inspircd
fix default include
This commit is contained in:
parent
9f95e2a517
commit
dbf008095d
@ -15,12 +15,6 @@
|
|||||||
<exception host="*@127.0.0.1/32"
|
<exception host="*@127.0.0.1/32"
|
||||||
reason="Local IRC client">
|
reason="Local IRC client">
|
||||||
|
|
||||||
<badword text="vxp"
|
|
||||||
replace="larry">
|
|
||||||
|
|
||||||
<badword text="lol"
|
|
||||||
replace="%%">
|
|
||||||
|
|
||||||
<eventexec command="/bin/true"
|
<eventexec command="/bin/true"
|
||||||
event="rehash">
|
event="rehash">
|
||||||
|
|
||||||
@ -52,6 +46,10 @@
|
|||||||
port="&env.PORT;"
|
port="&env.PORT;"
|
||||||
type="clients">
|
type="clients">
|
||||||
|
|
||||||
|
<bind address="*"
|
||||||
|
port="7001"
|
||||||
|
type="servers">
|
||||||
|
|
||||||
<bind address="*"
|
<bind address="*"
|
||||||
port="&env.SERVER_SSL_PORT;"
|
port="&env.SERVER_SSL_PORT;"
|
||||||
sslprofile="defaultssl"
|
sslprofile="defaultssl"
|
||||||
@ -71,7 +69,7 @@
|
|||||||
hardsendq="&env.HARD_SENDQ;"
|
hardsendq="&env.HARD_SENDQ;"
|
||||||
maxchans="&env.MAX_CHANS;"
|
maxchans="&env.MAX_CHANS;"
|
||||||
motd="defaultmotd"
|
motd="defaultmotd"
|
||||||
name="All"
|
name="all"
|
||||||
pingfreq="&env.PING_FREQ;"
|
pingfreq="&env.PING_FREQ;"
|
||||||
recvq="&env.RECVQ;"
|
recvq="&env.RECVQ;"
|
||||||
softsendq="&env.SOFT_SENDQ;"
|
softsendq="&env.SOFT_SENDQ;"
|
||||||
@ -90,19 +88,27 @@
|
|||||||
maxconnwarn="&env.MAX_CONN_WARN;"
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
modes="&env.DEFAULT_USER_MODES;"
|
modes="&env.DEFAULT_USER_MODES;"
|
||||||
name="default"
|
name="default"
|
||||||
|
parent="all"
|
||||||
port="&env.PORT;">
|
port="&env.PORT;">
|
||||||
|
|
||||||
<connect allow="*"
|
<connect allow="*"
|
||||||
|
autojoin="#blackhole"
|
||||||
|
globalmax="&env.GLOBAL_MAX;"
|
||||||
|
localmax="&env.LOCAL_MAX;"
|
||||||
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
modes="&env.SSL_USER_MODES;"
|
modes="&env.SSL_USER_MODES;"
|
||||||
name="ssl"
|
name="ssl"
|
||||||
parent="default"
|
parent="all"
|
||||||
port="&env.SSL_PORT;">
|
port="&env.SSL_PORT;">
|
||||||
|
|
||||||
<connect allow="*"
|
<connect allow="*"
|
||||||
modes="&env.AUTHENTICATED_USER_MODES;"
|
|
||||||
name="authenticated"
|
name="authenticated"
|
||||||
parent="ssl"
|
globalmax="&env.GLOBAL_MAX;"
|
||||||
registered="yes"
|
localmax="&env.LOCAL_MAX;"
|
||||||
|
maxconnwarn="&env.MAX_CONN_WARN;"
|
||||||
|
modes="&env.SSL_USER_MODES;"
|
||||||
|
parent="all"
|
||||||
|
port="&env.SSL_PORT;"
|
||||||
requireaccount="yes">
|
requireaccount="yes">
|
||||||
|
|
||||||
<operjoin channel="&env.OPER_CHANNEL;"
|
<operjoin channel="&env.OPER_CHANNEL;"
|
||||||
@ -113,3 +119,17 @@
|
|||||||
types="password"
|
types="password"
|
||||||
username="&env.HTTP_ACL_USERNAME;">
|
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;">
|
||||||
|
Loading…
Reference in New Issue
Block a user