fix: add second no-proxy dyndns for minecraft and others

This commit is contained in:
Noah Masur
2024-03-30 15:56:58 +00:00
parent f757e4a894
commit bbc529287d
4 changed files with 47 additions and 0 deletions

View File

@ -44,6 +44,8 @@ in {
networking.firewall.allowedTCPPorts = [ publicPort ];
cloudflare.noProxyDomains = [ config.hostnames.minecraft ];
## Automatically start and stop Minecraft server based on player connections
# Adapted shamelessly from: