From 854e02bbd7bbddb00f28974ebed0602ced4bff28 Mon Sep 17 00:00:00 2001 From: sfun Date: Sun, 12 Nov 2023 09:01:36 +0800 Subject: [PATCH] Update onekey.sh --- onekey.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/onekey.sh b/onekey.sh index 0f604f7..ce87c2c 100644 --- a/onekey.sh +++ b/onekey.sh @@ -585,7 +585,15 @@ configuration_sing_box_warp_config() { "route": { "rules": [ { - "domain_suffix": ["imgur.com"], + "domain_regex": ["^[^.]+\\.itunes\\.apple\\.com$"], + "outbound": "wireguard-out" + }, + { + "domain_suffix": [ + "imgur.com", + "testflight.apple.com", + "mzstatic.com" + ], "outbound": "wireguard-out" }, {