Skip to content

Commit

Permalink
update ufw
Browse files Browse the repository at this point in the history
  • Loading branch information
abasitt committed Dec 28, 2024
1 parent 8c5896e commit 1275abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/router/apps/default/ufw/app/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ configMaps:
#allow from IOT vlan20 to servers vlan30
ufw route allow in on vlan20 out on vlan30 to 192.168.33.6 port 32400 proto tcp comment "Allow IOT to servers Plex"
#allow from server to IOT vlan20
ufw route allow in on vlan30 out on vlan20 to 192.168.20.5 port 8123 proto tcp comment "Allow servers to IOT Home Assistant"
#block rules towards internet before allow rules
ufw route deny to 208.67.222.222 comment "block opendns"
ufw route deny to 208.67.220.220 comment "block opendns"
Expand Down

0 comments on commit 1275abd

Please sign in to comment.