diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2021-09-03 21:00:44 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-03 21:13:06 +0900 |
| commit | e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e (patch) | |
| tree | 436c3a15daed01189abdc0c08f21ac9e71fc034e /src/config | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.tar.gz sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.tar.bz2 sharkey-e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e.zip | |
Tune download (#2)
* s2-2
* allowedPrivateNetworks
* style
* Proxyの間にあると誤解しそうなのでconfigの記述順を変更
* Fix error handler
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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; |