删除了对应 proxy 字段、新增 proxyConfig 以后的更新

This commit is contained in:
2025-05-12 18:12:40 +08:00
parent f9a5fb74fb
commit 5db35b1e7f
6 changed files with 155 additions and 24 deletions

View File

@@ -1,8 +1,4 @@
{
"proxyType" : "DIRECT",
"proxyHost" : null,
"proxyPort" : null,
"ignoreHttpsVerification" : false,
"isAnonymous" : false,
"username" : "emy1730978",
"password" : "ubVa0vNmD+JJC4171eLYUw==",

6
conf/system/proxy.json Normal file
View File

@@ -0,0 +1,6 @@
{
"proxyType" : "DIRECT",
"proxyHost" : "",
"proxyPort" : 0,
"ignoreHttpsVerification" : true
}