forked from DebaucheryLibrarian/traxxx
Added CF resolver to http module. Using priority lookup in tags seed.
This commit is contained in:
@@ -292,6 +292,13 @@ module.exports = {
|
||||
'im0.imgcm.com',
|
||||
],
|
||||
},
|
||||
bypass: {
|
||||
cloudflare: {
|
||||
enable: true,
|
||||
auto: true, // try bypass when CF challenge is detected
|
||||
path: 'http://localhost:8191/v1',
|
||||
},
|
||||
},
|
||||
limits: {
|
||||
default: {
|
||||
interval: 50,
|
||||
|
||||
Reference in New Issue
Block a user