XrayConfig constructor

XrayConfig({
  1. ApiConfig? api,
  2. LogConfig? log,
  3. VersionConfig? version,
  4. DnsConfig? dns,
  5. RoutingConfig? routing,
  6. PolicyConfig? policy,
  7. List<Inbound> inbounds = const [],
  8. List<Outbound> outbounds = const [],
  9. TransportConfig? transport,
  10. StatsConfig? stats,
  11. ReverseConfig? reverse,
  12. List<FakeDnsConfig>? fakedns,
  13. MetricsConfig? metrics,
  14. ObservatoryConfig? observatory,
  15. BurstObservatoryConfig? burstObservatory,
})

Implementation

XrayConfig({
  this.api,
  this.log,
  this.version,
  this.dns,
  this.routing,
  this.policy,
  this.inbounds = const [],
  this.outbounds = const [],
  this.transport,
  this.stats,
  this.reverse,
  this.fakedns,
  this.metrics,
  this.observatory,
  this.burstObservatory,
});