aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/unifi_controller
blob: d937b0d4e1014ca69b9af26f423907804ecd61fd (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

allowed_tcp_ports='ssh 6789 8080 8443 8843 8880'
allowed_udp_ports='3478 10001'

redirect_tcp_ports='
https 8443
http 8880'