mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
Merge pull request #478 from betaxab/fix-clash-appname
Protocols: Clash: fix Clash app_name not fould
This commit is contained in:
commit
3da4de02d0
@ -20,6 +20,7 @@ class Clash
|
||||
{
|
||||
$servers = $this->servers;
|
||||
$user = $this->user;
|
||||
$app_name = config('v2board.app_name', 'V2Board');
|
||||
header("subscription-userinfo: upload={$user['u']}; download={$user['d']}; total={$user['transfer_enable']}; expire={$user['expired_at']}");
|
||||
header('profile-update-interval: 24');
|
||||
header("content-disposition: filename={$app_name}");
|
||||
|
Loading…
Reference in New Issue
Block a user