mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
Update inbound.js
This commit is contained in:
parent
5e5f8f966b
commit
8db6593330
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ class RealityStreamSettings extends XrayCommonClass {
|
|||
if (!target && !serverNames) {
|
||||
const randomTarget = typeof getRandomRealityTarget !== 'undefined'
|
||||
? getRandomRealityTarget()
|
||||
: { target: 'google.com:443', sni: 'google.com,www.google.com' };
|
||||
: { target: 'www.apple.com:443', sni: 'www.apple.com,apple.com' };
|
||||
target = randomTarget.target;
|
||||
serverNames = randomTarget.sni;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue