From e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Fri, 3 Sep 2021 21:00:44 +0900 Subject: Tune download (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * s2-2 * allowedPrivateNetworks * style * Proxyの間にあると誤解しそうなのでconfigの記述順を変更 * Fix error handler --- src/config/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index 8084be1864..55beac6f55 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -37,6 +37,8 @@ export type Source = { proxySmtp?: string; proxyBypassHosts?: string[]; + allowedPrivateNetworks?: string[]; + accesslog?: string; clusterLimit?: number; -- cgit v1.2.3-freya