Skip to content
Snippets Groups Projects
Commit 0c3b8d31 authored by godog's avatar godog
Browse files

irc: update inspircd config for v4

parent 95eb9226
Branches
No related tags found
1 merge request!262irc: update inspircd config for v4
Pipeline #93365 failed
...@@ -31,6 +31,11 @@ ...@@ -31,6 +31,11 @@
- motd.txt - motd.txt
- rules.txt - rules.txt
- name: Generate dhparams
command: openssh dhparams -out /etc/inspircd/dhparams 2048
args:
creates: /etc/inspircd/dhparams
# Install anope configuration. # Install anope configuration.
- file: - file:
......
...@@ -56,10 +56,11 @@ ...@@ -56,10 +56,11 @@
<module name="m_services_account.so"> <module name="m_services_account.so">
<module name="m_sethost.so"> <module name="m_sethost.so">
<module name="m_sslmodes.so"> <module name="m_sslmodes.so">
<module name="m_sslrehashsignal.so">
# TLS configuration # TLS configuration
<module name="m_ssl_gnutls.so"> <module name="m_ssl_gnutls.so">
<gnutls certfile="/etc/credentials/public/irc.autistici.org/fullchain.pem" <sslprofile certfile="/etc/credentials/public/irc.autistici.org/fullchain.pem"
keyfile="/etc/credentials/public/irc.autistici.org/privkey.pem" keyfile="/etc/credentials/public/irc.autistici.org/privkey.pem"
hash="sha1" priority="NORMAL:-MD5" hash="sha1" priority="NORMAL:-MD5"
dhfile="/etc/inspircd/dhparams" dhfile="/etc/inspircd/dhparams"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment