Skip to content

Commit

Permalink
Add firewall rules for keepalived in home zone
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder committed Dec 9, 2024
1 parent 28b9bf2 commit 60210b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
5432, 7946, 7980, 8001, 8080, 8081, 8083, 8084, 8300, 8301,
8302, 8400, 8500, 9000, 9001, 9092, 11211, 27017, 50505],
'udp_ports' => [53, 123, 161, 162, 514, 1812, 1813, 2055, 5353, 6343, 7946, 8301, 8302, 11211],
'protocols' => ['igmp'],
'protocols' => %w(igmp 112),
'rich_rules' => ['rule family="ipv4" source address="224.0.0.18" accept'],
},
'public' => {
'tcp_ports' => [443, 514, 2056, 2057, 2058, 7779],
Expand Down

0 comments on commit 60210b2

Please sign in to comment.