diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-01 13:10:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 13:10:08 +0100 |
commit | 5b7f7944eb06f2461e5bc95c8171160b8767291d (patch) | |
tree | 093a622d3840b186ac279437732300a735761ff9 /interface-definitions/dns-dynamic.xml.in | |
parent | 12e03feaed0b0f847fceec73597c608703228c44 (diff) | |
parent | 3e7575594016c28084cc6c89b0c483f78e5a7b4a (diff) | |
download | vyos-1x-5b7f7944eb06f2461e5bc95c8171160b8767291d.tar.gz vyos-1x-5b7f7944eb06f2461e5bc95c8171160b8767291d.zip |
Merge pull request #2557 from vyos/mergify/bp/sagitta/pr-2467
T5727: Use native URL validator instead of regex-based validator (backport #2467)
Diffstat (limited to 'interface-definitions/dns-dynamic.xml.in')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index 07b1bf1b8..32c5af9b6 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -38,7 +38,7 @@ <help>Options when using HTTP(S) web request to obtain the IP address</help> </properties> <children> - #include <include/url.xml.i> + #include <include/url-http-https.xml.i> <leafNode name="skip"> <properties> <help>Pattern to skip from the HTTP(S) respose</help> |