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