Skip to content

Commit

Permalink
enable icmp
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 21, 2024
1 parent b6a9e63 commit cb90a1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
}

# Default firewall rules
# firewall { '000 accept all icmp':
# proto => 'icmp',
# jump => 'accept',
# }
firewall { '000 accept all icmp':
proto => 'icmp',
jump => 'accept',
}
firewall { '001 accept all to lo interface':
proto => 'all',
iniface => 'lo',
Expand Down

0 comments on commit cb90a1e

Please sign in to comment.