Services

From Buzznet
Revision as of 22:38, 2 April 2025 by Parrot (talk | contribs) (Created page with "<pre> listen { ip *; port 6697; options { tls; } tls-options { certificate "/home/ircd/.acme.sh/irc.letspiss.net/fullchain.cer"; key "/home/ircd/.acme.sh/irc.letspiss.net/irc.letspiss.net.key"; }; } </pre> '''Note''': Do not change the certificate key for the <code>serversonly</code> listen block or your spkifp will change and you won't be able to link to the network.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
listen {
        ip *;
        port 6697;
        options { tls; }
        tls-options {
                certificate "/home/ircd/.acme.sh/irc.letspiss.net/fullchain.cer";
                key "/home/ircd/.acme.sh/irc.letspiss.net/irc.letspiss.net.key";
        };
}

Note: Do not change the certificate key for the serversonly listen block or your spkifp will change and you won't be able to link to the network.