XrayOutbound.blackhole constructor
XrayOutbound.blackhole()
Implementation
factory XrayOutbound.blackhole() {
return const XrayOutbound(
tag: 'blackhole',
protocol: 'blackhole',
settings: {
'vnext': null,
'servers': null,
'response': null,
'network': null,
'address': null,
'port': null,
'domainStrategy': null,
'redirect': null,
'userLevel': null,
'inboundTag': null,
'secretKey': null,
'peers': null,
},
);
}