Added CF resolver to http module. Using priority lookup in tags seed.

This commit is contained in:
DebaucheryLibrarian
2022-08-15 23:51:51 +02:00
parent b7fbcdec94
commit 3db8b80164
6 changed files with 100 additions and 64 deletions

View File

@@ -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,