mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
Update cloudflare.js
This commit is contained in:
parent
e6f7c12545
commit
b4209d9d6a
@ -10,6 +10,7 @@ addEventListener('fetch', event => {
|
||||
'https://a.ussh.net',
|
||||
'https://docker.zhai.cm'
|
||||
]
|
||||
var test = "test"
|
||||
|
||||
async function handleRequest(request) {
|
||||
// 随机选择一个后端服务器
|
||||
@ -24,4 +25,4 @@ addEventListener('fetch', event => {
|
||||
const response = await fetch(modifiedRequest)
|
||||
return response
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user