Merge pull request #472 from betaxab/change-anxray-flag

Protocols: AnXray: change AnXray flag to axxray
This commit is contained in:
tokumeikoi 2021-08-20 22:31:49 +09:00 committed by GitHub
commit 5c6236366c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ namespace App\Http\Controllers\Client\Protocols;
class AnXray class AnXray
{ {
public $flag = 'anxray'; public $flag = 'axxray';
private $servers; private $servers;
private $user; private $user;