mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-08 14:36:13 +00:00
reality: remove apple, icloud
This commit is contained in:
@@ -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' },
|
||||||
|
|||||||
Reference in New Issue
Block a user