chore: Merge #15

Update config.py
This commit is contained in:
梓澄 2024-01-05 23:54:20 +08:00 committed by GitHub
commit 03161c504a
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,