aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/unifi_controller
diff options
context:
space:
mode:
Diffstat (limited to 'vars/hostclass/unifi_controller')
-rw-r--r--vars/hostclass/unifi_controller8
1 files changed, 8 insertions, 0 deletions
diff --git a/vars/hostclass/unifi_controller b/vars/hostclass/unifi_controller
new file mode 100644
index 0000000..d937b0d
--- /dev/null
+++ b/vars/hostclass/unifi_controller
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+allowed_tcp_ports='ssh 6789 8080 8443 8843 8880'
+allowed_udp_ports='3478 10001'
+
+redirect_tcp_ports='
+https 8443
+http 8880'