We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8335d commit 3d44bc6Copy full SHA for 3d44bc6
src/common/helpers/xray-config/xray-config.validator.ts
@@ -496,6 +496,9 @@ export class XRayConfig {
496
if (typeof this.config.routing === 'object' && 'rules' in this.config.routing) {
497
this.replaceSnippetsInArray(this.config.routing.rules as any[], snippets);
498
}
499
+ if (typeof this.config.routing === 'object' && 'balancers' in this.config.routing) {
500
+ this.replaceSnippetsInArray(this.config.routing.balancers as any[], snippets);
501
+ }
502
503
504
0 commit comments