summaryrefslogtreecommitdiff
path: root/interface-definitions/include/haproxy/rule-match-domain.xml.i
blob: 2ec61a940617df547a134aeb0dda4280f00f81f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 -->