forked from DebaucheryLibrarian/traxxx
Added configurable proxy to HTTP module (also used by qu). Added network and site URL to search documents.
This commit is contained in:
@@ -139,6 +139,19 @@ module.exports = {
|
||||
'freeones',
|
||||
'freeonesLegacy',
|
||||
],
|
||||
proxy: {
|
||||
enable: false,
|
||||
host: '',
|
||||
port: 8888,
|
||||
hostnames: [
|
||||
'www.vixen.com',
|
||||
'www.blacked.com',
|
||||
'www.blackedraw.com',
|
||||
'www.tushy.com',
|
||||
'www.tushyraw.com',
|
||||
'www.deeper.com',
|
||||
],
|
||||
},
|
||||
fetchAfter: [1, 'week'],
|
||||
nullDateLimit: 3,
|
||||
media: {
|
||||
|
||||
Reference in New Issue
Block a user