mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 17:46:02 +00:00
reality: remove apple, icloud
This commit is contained in:
parent
15ebf3df10
commit
e9806832ec
2 changed files with 1 additions and 3 deletions
|
|
@ -871,7 +871,7 @@ class RealityStreamSettings extends XrayCommonClass {
|
||||||
if (!target && !serverNames) {
|
if (!target && !serverNames) {
|
||||||
const randomTarget = typeof getRandomRealityTarget !== 'undefined'
|
const randomTarget = typeof getRandomRealityTarget !== 'undefined'
|
||||||
? getRandomRealityTarget()
|
? getRandomRealityTarget()
|
||||||
: { target: 'www.apple.com:443', sni: 'www.apple.com,apple.com' };
|
: { target: 'www.amazon.com:443', sni: 'www.amazon.com,amazon.com' };
|
||||||
target = randomTarget.target;
|
target = randomTarget.target;
|
||||||
serverNames = randomTarget.sni;
|
serverNames = randomTarget.sni;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
// List of popular services for VLESS Reality Target/SNI randomization
|
// List of popular services for VLESS Reality Target/SNI randomization
|
||||||
const REALITY_TARGETS = [
|
const REALITY_TARGETS = [
|
||||||
{ target: 'www.apple.com:443', sni: 'www.apple.com' },
|
|
||||||
{ target: 'www.icloud.com:443', sni: 'www.icloud.com' },
|
|
||||||
{ target: 'www.amazon.com:443', sni: 'www.amazon.com' },
|
{ target: 'www.amazon.com:443', sni: 'www.amazon.com' },
|
||||||
{ target: 'aws.amazon.com:443', sni: 'aws.amazon.com' },
|
{ target: 'aws.amazon.com:443', sni: 'aws.amazon.com' },
|
||||||
{ target: 'www.oracle.com:443', sni: 'www.oracle.com' },
|
{ target: 'www.oracle.com:443', sni: 'www.oracle.com' },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue