mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 09:36:05 +00:00
Reality: remove tesla.com because of blocking
Some checks are pending
Release 3X-UI / Analyze Go code (push) Waiting to run
Release 3X-UI / build (386) (push) Blocked by required conditions
Release 3X-UI / build (amd64) (push) Blocked by required conditions
Release 3X-UI / build (arm64) (push) Blocked by required conditions
Release 3X-UI / build (armv5) (push) Blocked by required conditions
Release 3X-UI / build (armv6) (push) Blocked by required conditions
Release 3X-UI / build (armv7) (push) Blocked by required conditions
Release 3X-UI / build (s390x) (push) Blocked by required conditions
Release 3X-UI / Build for Windows (push) Blocked by required conditions
Some checks are pending
Release 3X-UI / Analyze Go code (push) Waiting to run
Release 3X-UI / build (386) (push) Blocked by required conditions
Release 3X-UI / build (amd64) (push) Blocked by required conditions
Release 3X-UI / build (arm64) (push) Blocked by required conditions
Release 3X-UI / build (armv5) (push) Blocked by required conditions
Release 3X-UI / build (armv6) (push) Blocked by required conditions
Release 3X-UI / build (armv7) (push) Blocked by required conditions
Release 3X-UI / build (s390x) (push) Blocked by required conditions
Release 3X-UI / Build for Windows (push) Blocked by required conditions
#4175
This commit is contained in:
parent
7f703f927e
commit
f2bc4938b7
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ const REALITY_TARGETS = [
|
||||||
{ target: 'www.nvidia.com:443', sni: 'www.nvidia.com' },
|
{ target: 'www.nvidia.com:443', sni: 'www.nvidia.com' },
|
||||||
{ target: 'www.amd.com:443', sni: 'www.amd.com' },
|
{ target: 'www.amd.com:443', sni: 'www.amd.com' },
|
||||||
{ target: 'www.intel.com:443', sni: 'www.intel.com' },
|
{ target: 'www.intel.com:443', sni: 'www.intel.com' },
|
||||||
{ target: 'www.tesla.com:443', sni: 'www.tesla.com' },
|
|
||||||
{ target: 'www.sony.com:443', sni: 'www.sony.com' }
|
{ target: 'www.sony.com:443', sni: 'www.sony.com' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue