diff --git a/docs/root/configuration/listeners/udp_filters/dns_filter.rst b/docs/root/configuration/listeners/udp_filters/dns_filter.rst index 0b71f4e871724..ec520866df6ae 100644 --- a/docs/root/configuration/listeners/udp_filters/dns_filter.rst +++ b/docs/root/configuration/listeners/udp_filters/dns_filter.rst @@ -56,12 +56,12 @@ Example Configuration - suffix: "domain4.com" - suffix: "domain5.com" virtual_domains: - - name: "www.domain1.com" - endpoint: - address_list: - address: - - 10.0.0.1 - - 10.0.0.2 + - name: "www.domain1.com" + endpoint: + address_list: + address: + - 10.0.0.1 + - 10.0.0.2 - name: "www.domain2.com" endpoint: address_list: @@ -83,15 +83,15 @@ Example Configuration protocol: { number: 6 } ttl: 86400s targets: - - name: { host_name: "primary.voip.domain5.com" } + - host_name: "primary.voip.domain5.com" priority: 10 weight: 30 port: 5060 - - name: { host_name: "secondary.voip.domain5.com" } + - host_name: "secondary.voip.domain5.com" priority: 10 weight: 20 port: 5060 - - name: { host_name: "backup.voip.domain5.com" } + - host_name: "backup.voip.domain5.com" priority: 10 weight: 10 port: 5060