Update conf.js

This commit is contained in:
EtherDream 2020-02-19 11:58:05 +08:00 committed by GitHub
parent 6824705843
commit 9cfaa59f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
conf.js
View File

@ -38,14 +38,14 @@ jsproxy_config({
hidden: true,
lines: {
// 收费版(高权重)
'node-cfworker-2.etherdream.com': 4,
//'node-cfworker-2.etherdream.com': 4,
// 免费版(低权重,分摊一些成本)
// 每个账号每天 10 万次免费请求,但有频率限制
'b.007.workers.dev': 1,
'b.hehe.workers.dev': 1,
'b.lulu.workers.dev': 1,
'b.jsproxy.workers.dev': 1,
//'b.007.workers.dev': 1,
//'b.hehe.workers.dev': 1,
//'b.lulu.workers.dev': 1,
//'b.jsproxy.workers.dev': 1,
}
}
},
@ -95,4 +95,4 @@ jsproxy_config({
content: 'Hello World'
},
}
})
})