Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing

This commit is contained in:
2023-02-20 16:50:10 -06:00
parent a2fecf9d64
commit d92ab6acda
39 changed files with 310 additions and 39 deletions

View File

@@ -56,7 +56,7 @@
<bind
address=""
port="6697"
ssl="openssl"
sslprofile="clients"
type="clients">
<bind address="" port="6667" type="clients">
@@ -66,7 +66,7 @@
<openssl onrehash="yes">
<sslprofile
name="Clients"
name="clients"
provider="openssl"
cafile="/etc/letsencrypt/live/{{ ssl['identity'] }}/fullchain.pem"
certfile="/etc/letsencrypt/live/{{ ssl['identity'] }}/cert.pem"
@@ -75,10 +75,11 @@
hash="sha256"
renegotiation="no"
requestclientcert="no"
sslv3="false"
sslv3="no"
tlsv1="no"
tlsv11="no"
tlsv12="yes">
tlsv12="yes"
tlsv13="yes">

View File

@@ -1453,7 +1453,7 @@
#<module name="m_regex_stdlib.so">
#
# Specify the regular expression engine to use here. Valid settings are
# bre, ere, awk, grep, egrep, ecmascript (default if not specified).
# bre, ere, awk, grep, ecmascript (default if not specified).
#<stdregex type="ecmascript">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

View File

@@ -89,7 +89,7 @@
# type="NetAdmin">
#
{% for oper in secrets['IRC']['opers'] %}
<oper name="{{ oper }}" password="{{ secrets['IRC']['opers'][oper] }}" hash="sha256" host="*@127.0.0.1 *@10.0.1.* *@localhost *@aninix.net" type="Helper">
<oper name="{{ oper }}" password="{{ secrets['IRC']['opers'][oper] }}" hash="sha256" host="*@127.0.0.1 *@10.0.1.* *@localhost *@aninix.net" type="NetAdmin">
{% endfor %}
#-#-#-#-#-#-#-#-#-#- DIE/RESTART CONFIGURATION -#-#-#-#-#-#-#-#-#-#-