update include.conf

This commit is contained in:
root 2024-11-18 22:14:04 +00:00
parent 67f06bcd0c
commit 29c83aec39
2 changed files with 6 additions and 19 deletions

2
custom/.gitignore vendored
View File

@ -6,3 +6,5 @@ include.conf
*.pem
!ca.crt
!crl.pem
links.conf
oper.conf

View File

@ -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:"