Skip to content

Commit

Permalink
Update onekey.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ssfun authored Nov 12, 2023
1 parent dae5e25 commit 854e02b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion onekey.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 854e02b

Please sign in to comment.