vm powerdns creata. Bug fix: udp port name
This commit is contained in:
parent
455790e15b
commit
c38b2b3b29
|
@ -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
Loading…
Reference in New Issue