DNSOutboundRuleConfig constructor

const DNSOutboundRuleConfig({
  1. required DNSOutboundRuleAction action,
  2. XrayPortList? qtype,
  3. XrayStringList? domain,
})

Implementation

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