Skip to content

Commit

Permalink
Merge pull request #2228 from sspanel-uim/dev
Browse files Browse the repository at this point in the history
Dev 20231104-1
  • Loading branch information
M1Screw authored Nov 4, 2023
2 parents 837a12c + 4b7134a commit 0692499
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions config/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@
}
]
},
{
"name": "Clash for Android",
"tagMethod": "github_pre_release",
"gitRepo": "Kr328/ClashForAndroid",
"savePath": "public/clients/",
"downloads": [
{
"sourceName": "cfa-%tagName1%-premium-universal-release.apk",
"saveName": "Clash-Android.apk"
}
]
},
{
"name": "sing-box",
"tagMethod": "github_release",
Expand Down
1 change: 1 addition & 0 deletions src/Services/Subscribe/SingBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function getContent($user): string
'server_port' => (int) $trojan_port,
'password' => $user->uuid,
'tls' => [
'enabled' => true,
'server_name' => $host,
'insecure' => (bool) $allow_insecure,
],
Expand Down

0 comments on commit 0692499

Please sign in to comment.