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
|
||||
!ca.crt
|
||||
!crl.pem
|
||||
links.conf
|
||||
oper.conf
|
||||
|
@ -1,19 +1,9 @@
|
||||
<include file="/etc/inspircd/codepages/rfc1459.conf">
|
||||
|
||||
<autoconnect period="8s"
|
||||
server="temple.supernets.org">
|
||||
|
||||
<link allowmask="*"
|
||||
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;">
|
||||
<include file="/etc/inspircd/custom/links.conf"
|
||||
missingokay="yes">
|
||||
<include file="/etc/inspircd/custom/oper.conf"
|
||||
missingokay="yes">
|
||||
|
||||
<sslprofile certfile="/etc/inspircd/custom/server.crt"
|
||||
keyfile="/etc/inspircd/custom/server.key"
|
||||
@ -51,11 +41,6 @@
|
||||
<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:"
|
||||
|
Loading…
Reference in New Issue
Block a user