From 3320627d54740eaa39c490481e65c790fbc6731e Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 24 Apr 2024 02:04:01 +0300 Subject: [PATCH] [config] Rename proxyAuth->proxyUser --- Common/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index 8e9751fd..6c867a73 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -133,7 +133,7 @@ "allow": true, "blockPrivateIP": true, "proxyUrl": "", - "proxyAuth": { + "proxyUser": { "username": "", "password": "" },