DNSOutboundRuleConfig constructor

const DNSOutboundRuleConfig({
  1. required DNSOutboundRuleAction action,
  2. XrayPortList? qType,
  3. XrayStringList? domain,
  4. int? rCode,
})

Implementation

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