vm powerdns creata. Bug fix: udp port name

This commit is contained in:
Marco Procaccini 2024-07-11 14:06:55 +02:00
parent 455790e15b
commit c38b2b3b29
2 changed files with 5700 additions and 1 deletions

View File

@ -60,7 +60,7 @@ resource "openstack_networking_secgroup_rule_v2" "upd_access_to_pwdns" {
description = "UDP access to the PowerDNS Server"
direction = "ingress"
ethertype = "IPv4"
protocol = "upd"
protocol = "udp"
port_range_min = 53
port_range_max = 53
remote_ip_prefix = "0.0.0.0/0"

File diff suppressed because it is too large Load Diff