Protocols: rename AnXray to SagerNet

This commit is contained in:
Alpha Kane 2022-03-25 02:02:01 +08:00
parent 4d657823f6
commit f97d9fcc81
No known key found for this signature in database
GPG Key ID: 180A31AB98D5C156

View File

@ -2,9 +2,9 @@
namespace App\Http\Controllers\Client\Protocols; namespace App\Http\Controllers\Client\Protocols;
class AnXray class SagerNet
{ {
public $flag = 'axxray'; public $flag = 'sagernet';
private $servers; private $servers;
private $user; private $user;
@ -74,7 +74,7 @@ class AnXray
} }
if ((string)$server['network'] === 'ws') { if ((string)$server['network'] === 'ws') {
$wsSettings = $server['networkSettings']; $wsSettings = $server['networkSettings'];
if (isset($wsSettings['path'])) $config['path'] = urlencode($wsSettings['path']); if (isset($wsSettings['path'])) $config['path'] = $wsSettings['path'];
if (isset($wsSettings['headers']['Host'])) $config['host'] = urlencode($wsSettings['headers']['Host']); if (isset($wsSettings['headers']['Host'])) $config['host'] = urlencode($wsSettings['headers']['Host']);
} }
if ((string)$server['network'] === 'grpc') { if ((string)$server['network'] === 'grpc') {