mirror of
https://github.com/certd/certd.git
synced 2026-07-26 05:37:36 +08:00
perf(settings): 新增NO_PROXY代理排除配置
This commit is contained in:
@@ -81,6 +81,7 @@ export class SysPrivateSettings extends BaseSettings {
|
||||
|
||||
httpsProxy? = '';
|
||||
httpProxy? = '';
|
||||
noProxy? = '';
|
||||
commonHeaders?: string = '';
|
||||
|
||||
reverseProxies?: Record<string, string> = {};
|
||||
|
||||
Reference in New Issue
Block a user