XrayConfig constructor
XrayConfig({
- ApiConfig? api,
- LogConfig? log,
- VersionConfig? version,
- DnsConfig? dns,
- RoutingConfig? routing,
- PolicyConfig? policy,
- List<
Inbound> inbounds = const [], - List<
Outbound> outbounds = const [], - TransportConfig? transport,
- StatsConfig? stats,
- ReverseConfig? reverse,
- List<
FakeDnsConfig> ? fakedns, - MetricsConfig? metrics,
- ObservatoryConfig? observatory,
- 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,
});