This commit is contained in:
27942
2025-12-30 15:04:35 +08:00
parent 004a48d990
commit 6d8d3cc33d
6630 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ def make_session() -> requests.Session:
s = requests.Session()
proxies = {
'http': f'http://127.0.0.1:{random.randint(20001, 25000)}',
'https': f'http://127.0.0.1:{random.randint(20001, 25000)}',
'http': f'http://192.168.1.79:{random.randint(20001, 25000)}',
'https': f'http://192.168.1.79:{random.randint(20001, 25000)}',
}
s.proxies.update(proxies)