about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLily Ballard <lilyball@twitch.tv>2019-02-07 13:17:57 -0800
committerLily Ballard <lilyball@twitch.tv>2019-02-07 13:18:57 -0800
commitb0e79359bd944b23fd97ea01023641744e2e076f (patch)
tree3d3af13aacfed43a83c12eb68f52fa5b050a7476 /nixos
parent59f6083281e0e481adf9ff1fbbd30165d4e1e897 (diff)
downloadnixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar.gz
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar.bz2
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar.lz
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar.xz
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.tar.zst
nixlib-b0e79359bd944b23fd97ea01023641744e2e076f.zip
nixos/unifi: Update TCP ports
Fixes #55377
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/unifi.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/unifi.nix b/nixos/modules/services/networking/unifi.nix
index 89b9ac4eadf5..c82e0af2803d 100644
--- a/nixos/modules/services/networking/unifi.nix
+++ b/nixos/modules/services/networking/unifi.nix
@@ -121,11 +121,12 @@ in
     };
 
     networking.firewall = mkIf cfg.openPorts {
-      # https://help.ubnt.com/hc/en-us/articles/204910084-UniFi-Change-Default-Ports-for-Controller-and-UAPs
+      # https://help.ubnt.com/hc/en-us/articles/218506997
       allowedTCPPorts = [
         8080  # Port for UAP to inform controller.
         8880  # Port for HTTP portal redirect, if guest portal is enabled.
         8843  # Port for HTTPS portal redirect, ditto.
+        6789  # Port for UniFi mobile speed test.
       ];
       allowedUDPPorts = [
         3478  # UDP port used for STUN.