Skip to content
Snippets Groups Projects
Commit 192a7dbe authored by godog's avatar godog
Browse files

Merge branch 'inspircd4' into 'master'

irc: update inspircd config for v4

See merge request !262
parents 2e23f3a4 0c3b8d31
No related branches found
No related tags found
1 merge request!262irc: update inspircd config for v4
......@@ -31,6 +31,11 @@
- motd.txt
- rules.txt
- name: Generate dhparams
command: openssh dhparams -out /etc/inspircd/dhparams 2048
args:
creates: /etc/inspircd/dhparams
# Install anope configuration.
- file:
......
......@@ -56,10 +56,11 @@
<module name="m_services_account.so">
<module name="m_sethost.so">
<module name="m_sslmodes.so">
<module name="m_sslrehashsignal.so">
# TLS configuration
<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"
hash="sha1" priority="NORMAL:-MD5"
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