Update config.py

我真服了
这里填addr,下面又是value
找了半天的代理服务器都不行,一看是这里出了问题
生成的config.json也是addr
😓
This commit is contained in:
006lp 2024-01-05 23:48:08 +08:00 committed by GitHub
parent 20696eaa9d
commit 3f16333cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,8 @@ default = {
"_fakeip-desc": "服务器在海外时的IP伪装值",
"proxy": {
"enable": False,
"http_addr": "http://127.0.0.1:7890",
"https_addr": "http://127.0.0.1:7890",
"http_value": "http://127.0.0.1:7890",
"https_value": "http://127.0.0.1:7890",
},
"_proxy-desc": "代理配置HTTP与HTTPS协议需分开配置",
"log_file": True,