mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
Update cloudflare.js
This commit is contained in:
parent
e6f7c12545
commit
b4209d9d6a
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue