Close some ports which don't need to be open
This commit is contained in:
parent
a135aae5f3
commit
bf73cfa846
@ -6,7 +6,6 @@ module "casey_firewall" {
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"51820/udp",
|
||||
"4242/tcp",
|
||||
"8448/tcp",
|
||||
"6328/udp"
|
||||
]
|
||||
|
@ -5,7 +5,6 @@ module "decker_firewall" {
|
||||
ports = [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"7743/tcp"
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@ module "grimes_firewall" {
|
||||
ports = [
|
||||
"80/tcp",
|
||||
"443/tcp",
|
||||
"7743/tcp"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user