move sslprofile to include
This commit is contained in:
parent
430b4d7703
commit
0401ee7fee
@ -1,3 +1,14 @@
|
|||||||
|
<sslprofile certfile="/etc/ssl/inspircd/server.crt"
|
||||||
|
compression="no"
|
||||||
|
keyfile="/etc/ssl/inspircd/server.key"
|
||||||
|
name="defaultssl"
|
||||||
|
tlsv11="no"
|
||||||
|
tlsv12="yes"
|
||||||
|
tlsv13="yes"
|
||||||
|
renegotiation="no"
|
||||||
|
requestclientcert="no"
|
||||||
|
provider="gnutls">
|
||||||
|
|
||||||
<badhost host="&env.DEFAULT_BLOCK_HOST_MASK;"
|
<badhost host="&env.DEFAULT_BLOCK_HOST_MASK;"
|
||||||
reason="default hostmask block">
|
reason="default hostmask block">
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<include file="/etc/inspircd/include.conf"
|
||||||
|
missingokay="yes">
|
||||||
|
|
||||||
<path datadir="/var/lib/inspircd"
|
<path datadir="/var/lib/inspircd"
|
||||||
configdir="/etc/inspircd"
|
configdir="/etc/inspircd"
|
||||||
runtimedir="/tmp"
|
runtimedir="/tmp"
|
||||||
@ -38,17 +41,6 @@
|
|||||||
port="&env.SSL_PORT;"
|
port="&env.SSL_PORT;"
|
||||||
preload="yes">
|
preload="yes">
|
||||||
|
|
||||||
<sslprofile certfile="/etc/ssl/inspircd/server.crt"
|
|
||||||
compression="no"
|
|
||||||
keyfile="/etc/ssl/inspircd/server.key"
|
|
||||||
name="defaultssl"
|
|
||||||
tlsv11="no"
|
|
||||||
tlsv12="yes"
|
|
||||||
tlsv13="yes"
|
|
||||||
renegotiation="no"
|
|
||||||
requestclientcert="no"
|
|
||||||
provider="gnutls">
|
|
||||||
|
|
||||||
<sasl requiressl="yes"
|
<sasl requiressl="yes"
|
||||||
target="&env.SASL_TARGET;">
|
target="&env.SASL_TARGET;">
|
||||||
|
|
||||||
@ -2113,5 +2105,4 @@ ADDITIONAL
|
|||||||
Redirect n!u@h#channel will redirect the banned user to #channel
|
Redirect n!u@h#channel will redirect the banned user to #channel
|
||||||
when they try to join (requires the banredirect module).">
|
when they try to join (requires the banredirect module).">
|
||||||
|
|
||||||
<include file="/etc/inspircd/include.conf"
|
|
||||||
missingokay="yes">
|
|
||||||
|
Loading…
Reference in New Issue
Block a user