···5454 port 6667
5555}
56565757+listen {
5858+ port 6697
5959+ tls #true
6060+ tls-cert "/xe/tls/tls.crt"
6161+ tls-key "/xe/tls/tls.key"
6262+ server-only #false
6363+}
6464+5765// Server-only (S2S) listener. Bound to `::` so the C ircd — which is IPv6-only
5866// (its sockets are AF_INET6) — can reach it; a `::` bind also accepts IPv4-mapped
5967// clients, so nothing else is lost.