Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
我真服了
这里填addr,下面又是value
找了半天的代理服务器都不行,一看是这里出了问题
生成的config.json也是addr
😓
  • Loading branch information
006lp committed Jan 5, 2024
1 parent 20696ea commit 3f16333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class ConfigReadException(Exception):
"_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,
Expand Down

0 comments on commit 3f16333

Please sign in to comment.