Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 043ca1efd4 1.244.71 2025-09-15 03:31:19 +02:00
DebaucheryLibrarian 559007d424 Added Private to default proxy list. 2025-09-15 03:31:16 +02:00
3 changed files with 6 additions and 3 deletions

View File

@ -432,6 +432,9 @@ module.exports = {
'www.bang.com',
'i.bang.com',
'photos.bngcdn.com',
// PRIVATE
'www.private.com',
'www.privateblack.com',
],
},
bypass: {

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.244.70",
"version": "1.244.71",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.244.70",
"version": "1.244.71",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.244.70",
"version": "1.244.71",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {