DNSOutboundConfig constructor

const DNSOutboundConfig({
  1. XrayNetwork? rewriteNetwork,
  2. XrayAddress? rewriteAddress,
  3. int? rewritePort,
  4. XrayNetwork? network,
  5. XrayAddress? address,
  6. int? port,
  7. int? userLevel,
  8. List<DNSOutboundRuleConfig>? rules,
  9. String? nonIPQuery,
  10. List<int>? blockTypes,
})

Implementation

const factory DNSOutboundConfig({
  XrayNetwork? rewriteNetwork,
  XrayAddress? rewriteAddress,
  int? rewritePort,
  XrayNetwork? network,
  XrayAddress? address,
  int? port,
  int? userLevel,
  List<DNSOutboundRuleConfig>? rules,
  String? nonIPQuery,
  List<int>? blockTypes,
}) = _DNSOutboundConfig;