Revert "update: change user_config.json to be a complete override instead of hacky override. copy config.json to user_config.json to get started."

Instead, fix it.
This commit is contained in:
zefie
2021-07-20 22:25:28 -04:00
parent 6da7da5c34
commit 59bfcc457f
3 changed files with 57 additions and 29 deletions

View File

@@ -55,16 +55,16 @@
"http": {
"port": 1650,
"connections": 3,
"use_external_proxy": true,
"external_proxy_is_socks": true,
"use_external_proxy": false,
"external_proxy_is_socks": false,
"external_proxy_host": "127.0.0.1",
"external_proxy_port": 1080
},
"https": {
"port": 1650,
"connections": 3,
"use_external_proxy": true,
"external_proxy_is_socks": true,
"use_external_proxy": false,
"external_proxy_is_socks": false,
"external_proxy_host": "127.0.0.1",
"external_proxy_port": 1080
}