add byo list

This commit is contained in:
Emo-Damage
2023-05-29 22:04:41 +08:00
parent 72b4b8f5d3
commit fbb2d23293

View File

@@ -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)) {