released v1.3.5

This commit is contained in:
Pari Malam
2026-06-27 17:51:06 +08:00
parent 3209f2a3be
commit ff7e66cb6d
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ from urllib.parse import urlparse, parse_qs
from concurrent.futures import ThreadPoolExecutor
CONFIG_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', 'cache', 'orig_urls.json')
PROXY_PORT = 9999
PROXY_BIND = '127.0.0.1'
PROXY_PORT = 1338
PROXY_BIND = '0.0.0.0'
UA = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'
MAX_COOKIES_PER_JAR = 50