DNSOutboundRuleConfig constructor
const
DNSOutboundRuleConfig({
- required DNSOutboundRuleAction action,
- XrayPortList? qtype,
- XrayStringList? domain,
Implementation
const factory DNSOutboundRuleConfig({
required DNSOutboundRuleAction action,
XrayPortList? qtype,
XrayStringList? domain,
}) = _DNSOutboundRuleConfig;