Bump Harbor versions and add direct .ru routing
This commit is contained in:
@@ -48,9 +48,11 @@ export function buildGatewayConfig(subscriptionConfig, selectedTag, { clientDire
|
||||
set_system_proxy: false,
|
||||
},
|
||||
];
|
||||
const directRules = [{ domain_suffix: ['ru'], outbound: 'direct' }];
|
||||
const rules = clientMode
|
||||
? [{ inbound: [MIXED_INBOUND], outbound: outboundTag }]
|
||||
? [...directRules, { inbound: [MIXED_INBOUND], outbound: outboundTag }]
|
||||
: [
|
||||
...directRules,
|
||||
{ inbound: [TPROXY_INBOUND], outbound: outboundTag },
|
||||
{ inbound: [MIXED_INBOUND], outbound: outboundTag },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user