зеркало из https://github.com/mozilla/hubs-ops.git
allow udp dns egress
This commit is contained in:
Родитель
44b0f00f46
Коммит
faca272140
|
@ -341,6 +341,14 @@ resource "aws_security_group" "ret" {
|
|||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
# DNS
|
||||
egress {
|
||||
from_port = "53"
|
||||
to_port = "53"
|
||||
protocol = "udp"
|
||||
cidr_blocks = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
# NFS upload-fs
|
||||
egress {
|
||||
from_port = "2049"
|
||||
|
|
Загрузка…
Ссылка в новой задаче