mirror of
https://github.com/zizifn/edgetunnel
synced 2024-11-22 09:34:32 +00:00
add shop.bbc.com
This commit is contained in:
parent
fbb2d23293
commit
b2a01e1733
@ -10,9 +10,12 @@ let proxyIP = '';
|
||||
|
||||
// The list of domains covered by Cloudflare's Bringing-Your-Own plan. Manual maintenance required.
|
||||
// https://developers.cloudflare.com/byoip/
|
||||
const byoList = [
|
||||
const byoListCommon = [
|
||||
'render.com', 'chat.openai.com', 'docker.com', 'speedtest.net'
|
||||
];
|
||||
const byoListUnCommon= ['shop.bbc.com'];
|
||||
|
||||
const byoList = byoListCommon.concat(byoListUnCommon);
|
||||
|
||||
if (!isValidUUID(userID)) {
|
||||
throw new Error('uuid is not valid');
|
||||
|
Loading…
Reference in New Issue
Block a user