ShadowSocksOptions constructor
ShadowSocksOptions({
- StreamNetwork? type,
- String? path,
- String? host,
- String? headerType,
- String? seed,
- String? serviceName,
- String? authority,
- String? mode,
- StreamSecurity? security,
- String? alpn,
- String? serverName,
- String? echConfigList,
- Fingerprint? fingerprint,
- String? allowInsecure,
Implementation
ShadowSocksOptions({
super.type,
super.path,
super.host,
super.headerType,
super.seed,
super.serviceName,
super.authority,
super.mode,
super.security,
super.alpn,
super.serverName,
super.echConfigList,
super.fingerprint,
super.allowInsecure,
});