Skip to content

Commit 4dbbb0d

Browse files
committed
feat: add support for Unifi Cloud Gateway Max
1 parent 9104669 commit 4dbbb0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debian/config

+5
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ while true; do
146146
db_subst udm-iptv/wan-port choices_c "eth4, eth3"
147147
db_input high udm-iptv/wan-port || true
148148
;;
149+
UCGMAX)
150+
db_subst udm-iptv/wan-port choices "WAN, LAN 4"
151+
db_subst udm-iptv/wan-port choices_c "eth4, eth3"
152+
db_input high udm-iptv/wan-port || true
153+
;;
149154
*)
150155
db_set udm-iptv/wan-port eth8
151156
;;

0 commit comments

Comments
 (0)