interface XrayClientConfig {
    api: {
        services: string[];
        tag: string;
    };
    inbounds: XrayObject[];
    log: XrayObject;
    observatory: XrayObject;
    outbounds: XrayObject[];
    policy: XrayObject;
    routing: XrayObject;
    stats: XrayObject;
}

Properties

api: {
    services: string[];
    tag: string;
}

Type declaration

  • services: string[]
  • tag: string
inbounds: XrayObject[]
log: XrayObject
observatory: XrayObject
outbounds: XrayObject[]
policy: XrayObject
routing: XrayObject
stats: XrayObject

Generated using TypeDoc