forked from supernets/inspircd
update include.conf
This commit is contained in:
parent
67f06bcd0c
commit
29c83aec39
2
custom/.gitignore
vendored
2
custom/.gitignore
vendored
@ -6,3 +6,5 @@ include.conf
|
|||||||
*.pem
|
*.pem
|
||||||
!ca.crt
|
!ca.crt
|
||||||
!crl.pem
|
!crl.pem
|
||||||
|
links.conf
|
||||||
|
oper.conf
|
||||||
|
@ -1,19 +1,9 @@
|
|||||||
<include file="/etc/inspircd/codepages/rfc1459.conf">
|
<include file="/etc/inspircd/codepages/rfc1459.conf">
|
||||||
|
|
||||||
<autoconnect period="8s"
|
<include file="/etc/inspircd/custom/links.conf"
|
||||||
server="temple.supernets.org">
|
missingokay="yes">
|
||||||
|
<include file="/etc/inspircd/custom/oper.conf"
|
||||||
<link allowmask="*"
|
missingokay="yes">
|
||||||
bind="1.2.3.4"
|
|
||||||
hidden="no"
|
|
||||||
sslprofile="defaultssl"
|
|
||||||
ipaddr="4.2.3.1"
|
|
||||||
name="temple.supernets.org"
|
|
||||||
port="&env.SERVER_SSL_PORT;"
|
|
||||||
recvpass="&env.LINK_RECV_PASSWORD;"
|
|
||||||
sendpass="&env.LINK_SEND_PASSWORD;"
|
|
||||||
statshidden="no"
|
|
||||||
timeout="&env.LINK_TIMEOUT;">
|
|
||||||
|
|
||||||
<sslprofile certfile="/etc/inspircd/custom/server.crt"
|
<sslprofile certfile="/etc/inspircd/custom/server.crt"
|
||||||
keyfile="/etc/inspircd/custom/server.key"
|
keyfile="/etc/inspircd/custom/server.key"
|
||||||
@ -51,11 +41,6 @@
|
|||||||
<eventexec command="/bin/true"
|
<eventexec command="/bin/true"
|
||||||
event="rehash">
|
event="rehash">
|
||||||
|
|
||||||
<oper host="*@*"
|
|
||||||
name="admin"
|
|
||||||
password="&env.ADMIN_PASSWORD;"
|
|
||||||
type="NetAdmin">
|
|
||||||
|
|
||||||
<showfile endtext="End of uptime"
|
<showfile endtext="End of uptime"
|
||||||
file="/proc/uptime"
|
file="/proc/uptime"
|
||||||
introtext="server uptime:"
|
introtext="server uptime:"
|
||||||
|
Loading…
Reference in New Issue
Block a user