Contents

dnsServerAddressMatch

DNS server addresses that identify a network.

Declaration

var dnsServerAddressMatch: [String]? { get set }

Discussion

An array of DNS server IP addresses represented as NSString objects. If each of the current default DNS servers is equal to one of the strings in this array and all of the other conditions in the rule match, then the rule matches. If this property is nil (the default), then the default DNS servers do not factor into the rule match.

See Also

Accessing match parameters