WireGuardConfig constructor
const
WireGuardConfig({})
Implementation
const factory WireGuardConfig({
bool? noKernelTun,
required String secretKey,
List<String>? address,
List<WireGuardPeerConfig>? peers,
@JsonKey(name: 'mtu') int? mtu,
@JsonKey(name: 'workers') int? numWorkers,
List<int>? reserved,
XrayTargetStrategy? domainStrategy,
}) = _WireGuardConfig;