File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 7
7
# License: GNU/GPLv2
8
8
# @see LICENSE.txt
9
9
#
10
- # This file: Configuration defaults file (last modified: 2020.06.23 ).
10
+ # This file: Configuration defaults file (last modified: 2020.07.08 ).
11
11
# #/
12
12
13
13
core :
@@ -129,6 +129,9 @@ core:
129
129
HTTP_X_FORWARDED_FOR : " HTTP_X_FORWARDED_FOR (Cloudbric)"
130
130
X-Forwarded-For : " X-Forwarded-For (Squid)"
131
131
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/"
132
135
delete_on_sight :
133
136
type : " bool"
134
137
default : false
@@ -154,13 +157,12 @@ core:
154
157
pt : " Português"
155
158
ru : " Русский"
156
159
sv : " Svenska"
157
- ta : " தமிழ்"
158
160
th : " ภาษาไทย"
159
161
tr : " Türkçe"
160
162
ur : " اردو"
161
163
vi : " Tiếng Việt"
162
164
zh : " 中文(简体)"
163
- zh-tw : " 中文(傳統)"
165
+ zh-TW : " 中文(傳統)"
164
166
choice_filter : " filterL10N"
165
167
lang_override :
166
168
type : " bool"
@@ -340,6 +342,9 @@ virustotal:
340
342
vt_public_api_key :
341
343
type : " string"
342
344
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"
343
348
vt_suspicion_level :
344
349
type : " int"
345
350
default : 1
@@ -357,9 +362,13 @@ urlscanner:
357
362
lookup_hphosts :
358
363
type : " bool"
359
364
default : true
365
+ See also :
366
+ hosts-file.net : " https://hosts-file.net/"
360
367
google_api_key :
361
368
type : " string"
362
369
default : " "
370
+ See also :
371
+ Google API Console : " https://console.developers.google.com/"
363
372
maximum_api_lookups :
364
373
type : " int"
365
374
default : 10
You can’t perform that action at this time.
0 commit comments