outbound3 property
Tertiary outbound configuration for blocking connections.
Implementation
Map<String, dynamic> outbound3 = {
'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
},
'streamSettings': null,
'proxySettings': null,
'sendThrough': null,
'mux': null
};