mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
add byo list
This commit is contained in:
@@ -6,12 +6,12 @@ const userID = 'd342d11e-d424-4583-b36e-524ab1f0afa4';
|
||||
|
||||
// 1. 如果这个你不填写,并且你客户端的 IP 不是 China IP,那么就自动取你的客户端IP。有一定概率会失败。
|
||||
// 2. 如果你指定,忽略一切条件,用你指定的IP。
|
||||
let proxyIP = ''
|
||||
let proxyIP = '';
|
||||
|
||||
// The list of domains covered by Cloudflare's Bringing-Your-Own plan. Manual maintenance required.
|
||||
// https://developers.cloudflare.com/byoip/
|
||||
const byoList = [
|
||||
'render.com', 'chat.openai.com', 'docker.com'
|
||||
'render.com', 'chat.openai.com', 'docker.com', 'speedtest.net'
|
||||
];
|
||||
|
||||
if (!isValidUUID(userID)) {
|
||||
|
||||
Reference in New Issue
Block a user