setup irc network

This commit is contained in:
♥ Minnie ♥ 2025-06-06 18:31:08 +08:00
parent f7fcccac4a
commit 7b981cc126
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 695 additions and 3 deletions

View file

@ -24,9 +24,10 @@
enable = true;
allowPing = true;
allowedTCPPorts = [
80
443
6600
80 # http
443 # https
6600 # mpd
6667 # inspircd
];
};
};