Skip to content

Commit

Permalink
Add squid firewall rule
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 17, 2024
1 parent 625b02f commit c39d61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/profile/manifests/squid.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
) {
include profile::consul

nftables::rule { 'default_in-squid':
content => "tcp dport 3128 accept comment \"Accept squid\"",
}

class { 'squid': }
squid::http_port { String($port): }
squid::acl { 'SSL_ports':
Expand Down

0 comments on commit c39d61c

Please sign in to comment.