DNSOutboundConfig constructor

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

Implementation

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