Skip to content

Commit f3902ed

Browse files
committed
Configuration patch.
1 parent fedfc91 commit f3902ed

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

assets/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# License: GNU/GPLv2
88
# @see LICENSE.txt
99
#
10-
# This file: Configuration defaults file (last modified: 2020.06.23).
10+
# This file: Configuration defaults file (last modified: 2020.07.08).
1111
##/
1212

1313
core:
@@ -129,6 +129,9 @@ core:
129129
HTTP_X_FORWARDED_FOR: "HTTP_X_FORWARDED_FOR (Cloudbric)"
130130
X-Forwarded-For: "X-Forwarded-For (Squid)"
131131
REMOTE_ADDR: "REMOTE_ADDR (Default)"
132+
See also:
133+
NGINX Reverse Proxy: "https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/"
134+
Squid configuration directive forwarded_for: "http://www.squid-cache.org/Doc/config/forwarded_for/"
132135
delete_on_sight:
133136
type: "bool"
134137
default: false
@@ -154,13 +157,12 @@ core:
154157
pt: "Português"
155158
ru: "Русский"
156159
sv: "Svenska"
157-
ta: "தமிழ்"
158160
th: "ภาษาไทย"
159161
tr: "Türkçe"
160162
ur: "اردو"
161163
vi: "Tiếng Việt"
162164
zh: "中文(简体)"
163-
zh-tw: "中文(傳統)"
165+
zh-TW: "中文(傳統)"
164166
choice_filter: "filterL10N"
165167
lang_override:
166168
type: "bool"
@@ -340,6 +342,9 @@ virustotal:
340342
vt_public_api_key:
341343
type: "string"
342344
default: ""
345+
See also:
346+
Terms of Service: "https://www.virustotal.com/en/about/terms-of-service/"
347+
Getting started: "https://developers.virustotal.com/reference"
343348
vt_suspicion_level:
344349
type: "int"
345350
default: 1
@@ -357,9 +362,13 @@ urlscanner:
357362
lookup_hphosts:
358363
type: "bool"
359364
default: true
365+
See also:
366+
hosts-file.net: "https://hosts-file.net/"
360367
google_api_key:
361368
type: "string"
362369
default: ""
370+
See also:
371+
Google API Console: "https://console.developers.google.com/"
363372
maximum_api_lookups:
364373
type: "int"
365374
default: 10

0 commit comments

Comments
 (0)