Close some ports which don't need to be open
This commit is contained in:
parent
a135aae5f3
commit
bf73cfa846
3 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ module "casey_firewall" {
|
||||||
"80/tcp",
|
"80/tcp",
|
||||||
"443/tcp",
|
"443/tcp",
|
||||||
"51820/udp",
|
"51820/udp",
|
||||||
"4242/tcp",
|
|
||||||
"8448/tcp",
|
"8448/tcp",
|
||||||
"6328/udp"
|
"6328/udp"
|
||||||
]
|
]
|
||||||
|
|
|
@ -5,7 +5,6 @@ module "decker_firewall" {
|
||||||
ports = [
|
ports = [
|
||||||
"80/tcp",
|
"80/tcp",
|
||||||
"443/tcp",
|
"443/tcp",
|
||||||
"7743/tcp"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ module "grimes_firewall" {
|
||||||
ports = [
|
ports = [
|
||||||
"80/tcp",
|
"80/tcp",
|
||||||
"443/tcp",
|
"443/tcp",
|
||||||
"7743/tcp"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue