clanModule: Extend dyndns support for most dns hosters. Improve security.

This commit is contained in:
Qubasa
2024-08-12 22:27:08 +02:00
parent 40f54a3801
commit 50210708c5
2 changed files with 109 additions and 12 deletions

View File

@@ -169,6 +169,11 @@ in
];
};
networking.firewall.allowedTCPPorts = [
80
443
];
services.nginx = {
enable = true;
virtualHosts = {