DNSOutboundConfig constructor
const
DNSOutboundConfig({
- XrayNetwork? rewriteNetwork,
- XrayAddress? rewriteAddress,
- int? rewritePort,
- XrayNetwork? network,
- XrayAddress? address,
- int? port,
- int? userLevel,
- List<
DNSOutboundRuleConfig> ? rules, - String? nonIPQuery,
- 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;