diff options
| author | Daniil Baturin <daniil@vyos.io> | 2025-08-19 14:24:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-19 14:24:33 +0100 |
| commit | 4da82c6cfd8d46acbc198a0ecaf8b61763b62692 (patch) | |
| tree | b71924a0abf54a2b2f04227032173780b31127d1 /interface-definitions/include/haproxy/rule-match-domain.xml.i | |
| parent | 69cd4845861c88285ab496339f19103dec7a32b6 (diff) | |
| parent | 45d87b6fd2502d679be1d8f2de05508fdc1e9889 (diff) | |
| download | vyos-1x-4da82c6cfd8d46acbc198a0ecaf8b61763b62692.tar.gz vyos-1x-4da82c6cfd8d46acbc198a0ecaf8b61763b62692.zip | |
Merge pull request #4659 from sarthurdev/T7715
haproxy: T7715: Add rule matching on subdomains
Diffstat (limited to 'interface-definitions/include/haproxy/rule-match-domain.xml.i')
| -rw-r--r-- | interface-definitions/include/haproxy/rule-match-domain.xml.i | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/interface-definitions/include/haproxy/rule-match-domain.xml.i b/interface-definitions/include/haproxy/rule-match-domain.xml.i new file mode 100644 index 000000000..2ec61a940 --- /dev/null +++ b/interface-definitions/include/haproxy/rule-match-domain.xml.i @@ -0,0 +1,21 @@ +<!-- include start from haproxy/rule-match-domain.xml.i --> +<leafNode name="domain-name"> + <properties> + <help>Domain name to match</help> + <valueHelp> + <format>txt</format> + <description>Domain address to match</description> + </valueHelp> + <constraint> + <validator name="fqdn"/> + </constraint> + <multi/> + </properties> +</leafNode> +<leafNode name="wildcard-domain"> + <properties> + <help>Match subdomains of specified domain(s)</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |
