mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-25 18:38:42 +08:00
debug
This commit is contained in:
2
明文源码.js
2
明文源码.js
@@ -1221,7 +1221,7 @@ async function 生成配置信息(userID, hostName, sub, UA, RproxyIP, _url, env
|
|||||||
if (match) {
|
if (match) {
|
||||||
sub = match[1];
|
sub = match[1];
|
||||||
}
|
}
|
||||||
const subs = 整理(sub);
|
const subs = await 整理(sub);
|
||||||
if (subs.length > 1) sub = subs[0];
|
if (subs.length > 1) sub = subs[0];
|
||||||
|
|
||||||
} else if ((addresses.length + addressesapi.length + addressesnotls.length + addressesnotlsapi.length + addressescsv.length) == 0){
|
} else if ((addresses.length + addressesapi.length + addressesnotls.length + addressesnotlsapi.length + addressescsv.length) == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user