This commit is contained in:
parent
f1fd6ee270
commit
eae5e105ff
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -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" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user