Skip to content

Commit

Permalink
open rsyslog
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Nov 26, 2024
1 parent f1b5b11 commit edc37b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
'manager' => {
'home' => {
'tcp_ports' => [
53, 443, 2056, 2057, 2058, 2181, 2888, 3888, 4443,
53, 443, 514, 2056, 2057, 2058, 2181, 2888, 3888, 4443,
5432, 7946, 7980, 8080, 8081, 8083, 8084, 8300, 8301,
8302, 8400, 8500, 9000, 9001, 9092, 27017, 50505],
'udp_ports' => [123, 161, 162, 1812, 1813, 2055, 5353, 6343],
'udp_ports' => [123, 161, 162, 514, 1812, 1813, 2055, 5353, 6343],
'protocols' => ['igmp'],
},
'public' => {
'tcp_ports' => [53, 443, 2056, 2057, 2058, 8080, 8081, 8083, 8084, 9000, 9001],
'udp_ports' => [53, 161, 162, 123, 2055, 6343, 5353],
'tcp_ports' => [53, 443, 514, 2056, 2057, 2058, 8080, 8081, 8083, 8084, 9000, 9001],
'udp_ports' => [53, 161, 162, 123, 514, 2055, 6343, 5353],
'protocols' => ['112'],
'rich_rules' => ['rule family="ipv4" source address="224.0.0.18" accept'],
},
Expand Down

0 comments on commit edc37b1

Please sign in to comment.