unifi: move jorah->boron
All checks were successful
flake / flake (push) Successful in 1m21s

This commit is contained in:
Jake Hillion 2024-05-18 16:41:53 +01:00
parent f1fd6ee270
commit eae5e105ff
3 changed files with 3 additions and 6 deletions

View File

@ -111,10 +111,12 @@
53 # DNS 53 # DNS
80 # HTTP 1-2 80 # HTTP 1-2
443 # HTTPS 1-2 443 # HTTPS 1-2
8080 # Unifi (inform)
]; ];
allowedUDPPorts = lib.mkForce [ allowedUDPPorts = lib.mkForce [
53 # DNS 53 # DNS
443 # HTTP 3 443 # HTTP 3
3478 # Unifi STUN
]; ];
}; };
}; };

View File

@ -88,14 +88,9 @@
eth0 = { eth0 = {
allowedTCPPorts = lib.mkForce [ allowedTCPPorts = lib.mkForce [
53 # DNS 53 # DNS
80 # HTTP 1-2
443 # HTTPS 1-2
8080 # Unifi (inform)
]; ];
allowedUDPPorts = lib.mkForce [ allowedUDPPorts = lib.mkForce [
53 # DNS 53 # DNS
443 # HTTP 3
3478 # Unifi STUN
]; ];
}; };
}; };

View File

@ -32,7 +32,7 @@ in
"li.pop.ts.hillion.co.uk" "li.pop.ts.hillion.co.uk"
"microserver.home.ts.hillion.co.uk" "microserver.home.ts.hillion.co.uk"
]; ];
unifi = "jorah.cx.ts.hillion.co.uk"; unifi = "boron.cx.ts.hillion.co.uk";
version_tracker = [ "boron.cx.ts.hillion.co.uk" "jorah.cx.ts.hillion.co.uk" ]; version_tracker = [ "boron.cx.ts.hillion.co.uk" "jorah.cx.ts.hillion.co.uk" ];
}; };
}; };