diff options
author | khramshinr <khramshinr@gmail.com> | 2024-01-31 12:13:07 +0700 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-02-01 21:40:00 +0100 |
commit | 97c04c16303a41897fd77cefa1cfd360671f2d1e (patch) | |
tree | b6831ba1b309de6f58d84326677d2a6e57894435 | |
parent | 9ac2a115a2289fc15af05b729596a6ad449c1727 (diff) | |
download | vyos-1x-97c04c16303a41897fd77cefa1cfd360671f2d1e.tar.gz vyos-1x-97c04c16303a41897fd77cefa1cfd360671f2d1e.zip |
dns forwarding: T5687: Implement ECS settings for PowerDNS recursor
Fix option descriptions
(cherry picked from commit c4b6c156549ea03262793c78532c2456e8713b81)
-rw-r--r-- | interface-definitions/service_dns_forwarding.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/service_dns_forwarding.xml.in b/interface-definitions/service_dns_forwarding.xml.in index b520af44d..788f0c18e 100644 --- a/interface-definitions/service_dns_forwarding.xml.in +++ b/interface-definitions/service_dns_forwarding.xml.in @@ -742,7 +742,7 @@ <children> <leafNode name="ecs-add-for"> <properties> - <help>List of client netmasks for which EDNS Client Subnet will be added</help> + <help>Client netmask for which EDNS Client Subnet will be added</help> <valueHelp> <format>ipv4net</format> <description>IP addresses or subnets, negation supported</description> @@ -768,7 +768,7 @@ </leafNode> <leafNode name="edns-subnet-allow-list"> <properties> - <help>List of netmasks and domains that we should enable EDNS subnet for</help> + <help>Netmask or domain that we should enable EDNS subnet for</help> <valueHelp> <format>txt</format> <description>Netmask or domain</description> |