XrayOutbound.direct constructor

XrayOutbound.direct()

Implementation

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