guai1P commited on
Commit
d7aa567
·
verified ·
1 Parent(s): 68ff366

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -2
config.py CHANGED
@@ -28,8 +28,9 @@ if USE_PROXY:
28
  """
29
  proxies = {
30
  # [协议]:// [地址] :[端口]
31
- "http": "socks5h://localhost:11284", # 再例如 "http": "http://127.0.0.1:7890",
32
- "https": "socks5h://localhost:11284", # 再例如 "https": "http://127.0.0.1:7890",
 
33
  }
34
  else:
35
  proxies = None
 
28
  """
29
  proxies = {
30
  # [协议]:// [地址] :[端口]
31
+ "http": "http://172.67.69.226:443", # 再例如 "http": "http://127.0.0.1:7890",
32
+ "https": "https://172.67.69.226:443", # 再例如 "https": "http://127.0.0.1:7890",
33
+ # 172.67.69.226:443
34
  }
35
  else:
36
  proxies = None