#
################################################
### Managed by someone's ansible provisioner ###
################################################
# Part of: https://git.somenet.org/root/pub/somesible.git
# 2017-2025 by someone <someone@somenet.org>
#
########################################################################
#                                                                      #
#               ___                ___ ____   ____    _                #
#              |_ _|_ __  ___ _ __|_ _|  _ \ / ___|__| |               #
#               | || '_ \/ __| '_ \| || |_) | |   / _` |               #
#               | || | | \__ \ |_) | ||  _ <| |__| (_| |               #
#              |___|_| |_|___/ .__/___|_| \_\\____\__,_|               #
#                            |_|                                       #
#      ____             __ _                       _   _               #
#     / ___|___  _ __  / _(_) __ _ _   _ _ __ __ _| |_(_) ___  _ __    #
#    | |   / _ \| '_ \| |_| |/ _` | | | | '__/ _` | __| |/ _ \| '_ \   #
#    | |__| (_) | | | |  _| | (_| | |_| | | | (_| | |_| | (_) | | | |  #
#     \____\___/|_| |_|_| |_|\__, |\__,_|_|  \__,_|\__|_|\___/|_| |_|  #
#                            |___/                                     #
#                                                                      #
########################################################################
#                                                                      #
#         Unalphabeticalise the modules list at your own risk          #
#                                                                      #
########################################################################

<config format="xml">
<server name="x.irc.somenet.org" description="Misconfigured/not overriden config" network="SomeNet">
<admin name="Someone" nick="Someone" email="contact@somenet.org">

<bind address="" port="6699" type="servers" ssl="sslprofile">
<bind address="" port="6667" type="clients">
<bind address="" port="6697" type="clients" ssl="sslprofile">
<bind address="" port="6665" type="clients" ssl="sslprofile">

<performance
             netbuffersize="10240"
             maxwho="4096"
             somaxconn="128"
             limitsomaxconn="true"
             softlimit="12800"
             quietbursts="yes"
             nouserdns="no">

<pid file="/run/inspircd/inspircd.pid">
<dns server="127.0.0.1" timeout="5">

<include file="/etc/inspircd/global.conf">
<include file="/etc/inspircd/inspircd.secret.conf">

<sslprofile name="sslprofile"
            provider="gnutls"
            cafile=""
            certfile="/etc/ssl/letsencrypt/x.irc.somenet.org/cert.pem"
            crlfile=""
            dhfile="dhparams.pem"
            hash="sha256"
            keyfile="/etc/ssl/letsencrypt/x.irc.somenet.org/privkey.pem"
            mindhbits="1024"
            outrecsize="2048"
            priority="SECURE192"
            requestclientcert="yes"
            strictpriority="no">