Commit f2a50671 authored by Isa Aguilar's avatar Isa Aguilar Committed by Anton Babenko

Add squid proxy to rules.tf (#70)

parent 26843158
......@@ -109,6 +109,9 @@ variable "rules" {
splunk-clients-tcp = [8080, 8080, "tcp", "Splunk clients"]
splunk-splunkd-tcp = [8089, 8089, "tcp", "Splunkd"]
# Squid
squid-proxy-tcp = [3128, 3128, "tcp", "Squid default proxy"]
# SSH
ssh-tcp = [22, 22, "tcp", "SSH"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment