DnsRuleMatchTarget

DnsRuleMatchTarget
DnsRuleMatchTarget
JSON Example
{
    "client_ip_address": {
        "client_ip": {
            "addrs": [
                {
                    "addr": "string",
                    "type": "string"
                }
            ],
            "group_refs": [
                "string"
            ],
            "match_criteria": "string",
            "prefixes": [
                {
                    "ip_addr": {
                        "addr": "string",
                        "type": "string"
                    },
                    "mask": 0
                }
            ],
            "ranges": [
                {
                    "begin": {
                        "addr": "string",
                        "type": "string"
                    },
                    "end": {
                        "addr": "string",
                        "type": "string"
                    }
                }
            ]
        },
        "use_edns_client_subnet_ip": false
    },
    "client_port_numbers": {
        "client_ports": {
            "match_criteria": "string",
            "ports": [
                0
            ],
            "ranges": [
                {
                    "end": 0,
                    "start": 0
                }
            ]
        }
    },
    "geo_location": {
        "geolocation_name": "string",
        "geolocation_tag": "string",
        "match_criteria": "string",
        "use_edns_client_subnet_ip": false
    },
    "protocol": {
        "match_criteria": "string",
        "protocol": "string"
    },
    "query_name": {
        "match_criteria": "string",
        "query_domain_names": [
            "string"
        ],
        "string_group_refs": [
            "string"
        ]
    },
    "query_type": {
        "match_criteria": "string",
        "query_type": [
            "string"
        ]
    }
}
client_ip_address
Optional

client_ip_address

client_port_numbers
Optional

client_port_numbers

geo_location
Optional

geo_location

protocol
Optional

protocol

query_name
Optional

query_name

query_type
Optional

query_type

Property Of