readme update - v1.2.0 changes

This commit is contained in:
bunkerity 2020-11-22 23:39:01 +01:00
parent 813b42cfa9
commit 42e4298b5c
No known key found for this signature in database
GPG Key ID: 654FFF51CEF7CC47
4 changed files with 431 additions and 68 deletions

494
README.md

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
1.1.2
1.2.0

View File

@ -23,6 +23,7 @@ server {
%CONTENT_SECURITY_POLICY%
%REFERRER_POLICY%
%FEATURE_POLICY%
%PERMISSIONS_POLICY%
%BLOCK_USER_AGENT%
%BLOCK_TOR_EXIT_NODE%
%BLOCK_PROXIES%

View File

@ -43,8 +43,6 @@ FEATURE_POLICY="${FEATURE_POLICY-accelerometer 'none'; ambient-light-sensor 'non
DISABLE_DEFAULT_SERVER="${DISABLE_DEFAULT_SERVER-no}"
SERVER_NAME="${SERVER_NAME-www.bunkerity.com}"
ALLOWED_METHODS="${ALLOWED_METHODS-GET|POST|HEAD}"
BLACKLIST_COUNTRY="${BLOCK_COUNTRY-}"
WHITELIST_COUNTRY="${WHITELIST_COUNTRY-}"
BLOCK_USER_AGENT="${BLOCK_USER_AGENT-yes}"
BLOCK_TOR_EXIT_NODE="${BLOCK_TOR_EXIT_NODE-yes}"
BLOCK_PROXIES="${BLOCK_PROXIES-yes}"