diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-27 02:23:38 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-27 02:28:06 +0300 |
| commit | 9791b05a4efd2e22621927b9e80d288386e510df (patch) | |
| tree | 1d9051f35c96795a2d7a41c32d619a8a33e21f7e /web/html/xray.html | |
| parent | 0aca2d3b3d7e54f0408670db5f7075eaee190066 (diff) | |
kcp: noise, header-custom, sudoku
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xray.html b/web/html/xray.html index a4d17459..61c40c80 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -1077,7 +1077,8 @@ return; } if (!msg.obj) return; - const { geoip = [], geosite = [] } = msg.obj; + const geoip = msg.obj.geoip ?? []; + const geosite = msg.obj.geosite ?? []; const geoSuffix = this.customGeoAliasLabelSuffix || ''; geoip.forEach((x) => { this.settingsData.IPsOptions.push({ |
