DNSSessionMatchResult
public enum DNSSessionMatchResult
The result of matching the rule to DNS request.
- Real: The request matches the rule and the connection can be done with a real IP address.
- Fake: The request matches the rule but we need to identify this session when a later connection is fired with an IP address instead of the host domain.
- Unknown: The match type is
DNSSessionMatchType.Domainbut rule needs the resolved IP address. - Pass: This rule does not match the request.
View on GitHub
DNSSessionMatchResult Enum Reference