outbound2 property

Map<String, dynamic> outbound2
getter/setter pair

Secondary outbound configuration for direct connections.

Implementation

Map<String, dynamic> outbound2 = {
  'tag': 'direct',
  'protocol': 'freedom',
  'settings': {
    'vnext': null,
    'servers': null,
    'response': null,
    'network': null,
    'address': null,
    'port': null,
    'domainStrategy': 'UseIp',
    'redirect': null,
    'userLevel': null,
    'inboundTag': null,
    'secretKey': null,
    'peers': null
  },
  'streamSettings': null,
  'proxySettings': null,
  'sendThrough': null,
  'mux': null
};