Skip to content

Commit

Permalink
Remove source for firewall http
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 3, 2024
1 parent 45192c8 commit 311597b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions site/profile/manifests/reverse_proxy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
}

firewall { '200 httpd public':
chain => 'INPUT',
dport => [80, 443],
proto => 'tcp',
source => '0.0.0.0/0',
jump => 'accept',
chain => 'INPUT',
dport => [80, 443],
proto => 'tcp',
jump => 'accept',
}

yumrepo { 'caddy-copr-repo':
Expand Down

0 comments on commit 311597b

Please sign in to comment.