inbound property
Inbound configuration for the proxy.
Implementation
Map<String, dynamic> inbound = {
'tag': 'in_proxy',
'port': 1080,
'protocol': 'socks',
'listen': '127.0.0.1',
'settings': {
'auth': 'noauth',
'udp': true,
'userLevel': 8,
'address': null,
'port': null,
'network': null
},
'sniffing': {'enabled': false, 'destOverride': null, 'metadataOnly': null},
'streamSettings': null,
'allocate': null
};