diff options
author | Haim Gelfenbeyn <haim@g8n.me> | 2024-05-30 09:30:27 -0400 |
---|---|---|
committer | Haim Gelfenbeyn <haim@g8n.me> | 2024-05-30 09:30:27 -0400 |
commit | 19d8415512dcf87dc3a87feabf128652ffc74594 (patch) | |
tree | f80c0b78a542494e41db13238032c9a3e00006a7 /interface-definitions | |
parent | 5978273c679b053dab2b878b476f0fd350a3e243 (diff) | |
download | vyos-1x-19d8415512dcf87dc3a87feabf128652ffc74594.tar.gz vyos-1x-19d8415512dcf87dc3a87feabf128652ffc74594.zip |
dns: T6422: allow multiple redundant NS records
NS is unlike CNAME or PTR, multiple NS records are perfectly valid and is a common use case: multiple redundant DNS servers is a common configuration and should be supported.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service_dns_forwarding.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/service_dns_forwarding.xml.in b/interface-definitions/service_dns_forwarding.xml.in index b52b4bda3..5667028b7 100644 --- a/interface-definitions/service_dns_forwarding.xml.in +++ b/interface-definitions/service_dns_forwarding.xml.in @@ -311,6 +311,7 @@ <constraint> <regex>[-_a-zA-Z0-9.]{1,63}(?<!\.)</regex> </constraint> + <multi/> </properties> </leafNode> #include <include/dns/time-to-live.xml.i> |