Update sing-box to 1.13.18
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-09 13:05:51 +03:00
parent f40221969b
commit 5da9686c27
13 changed files with 28 additions and 13 deletions
-1
View File
@@ -111,7 +111,6 @@ export function buildGatewayConfig(subscriptionConfig: unknown, selectedTag: unk
outbounds: [
vpnOutbound,
{ type: 'direct', tag: 'direct' },
{ type: 'block', tag: 'block' },
],
route: {
rule_set: [],
+2 -2
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.21.1',
macClient: '0.21.2',
gatewayClient: '0.22.0',
gatewayBackend: '0.22.2',
gatewayBackend: '0.22.3',
});
export interface ParsedVersion {