mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add blacklist configuration options to JSON templates
This commit is contained in:
parent
ccc25fb9f7
commit
fde261abc1
3 changed files with 72 additions and 3 deletions
|
|
@ -52,6 +52,16 @@
|
|||
"ANTIBOT_TURNSTILE_SECRET": "",
|
||||
"USE_BLACKLIST": "yes",
|
||||
"USE_DNSBL": "yes",
|
||||
"BLACKLIST_IP": "",
|
||||
"BLACKLIST_RDNS": ".shodan.io .censys.io",
|
||||
"BLACKLIST_ASN": "",
|
||||
"BLACKLIST_USER_AGENT": "",
|
||||
"BLACKLIST_URI": "",
|
||||
"BLACKLIST_IP_URLS": "https://www.dan.me.uk/torlist/?exit",
|
||||
"BLACKLIST_RDNS_URLS": "",
|
||||
"BLACKLIST_ASN_URLS": "",
|
||||
"BLACKLIST_USER_AGENT_URLS": "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list",
|
||||
"BLACKLIST_URI_URLS": "",
|
||||
"USE_LIMIT_CONN": "yes",
|
||||
"LIMIT_CONN_MAX_HTTP1": "10",
|
||||
"LIMIT_CONN_MAX_HTTP2": "100",
|
||||
|
|
@ -148,7 +158,20 @@
|
|||
{
|
||||
"title": "Security - Blacklisting",
|
||||
"subtitle": "Configure the settings related to the external blacklists.",
|
||||
"settings": ["USE_BLACKLIST", "USE_DNSBL"]
|
||||
"settings": [
|
||||
"USE_BLACKLIST",
|
||||
"USE_DNSBL",
|
||||
"BLACKLIST_IP",
|
||||
"BLACKLIST_RDNS",
|
||||
"BLACKLIST_ASN",
|
||||
"BLACKLIST_USER_AGENT",
|
||||
"BLACKLIST_URI",
|
||||
"BLACKLIST_IP_URLS",
|
||||
"BLACKLIST_RDNS_URLS",
|
||||
"BLACKLIST_ASN_URLS",
|
||||
"BLACKLIST_USER_AGENT_URLS",
|
||||
"BLACKLIST_URI_URLS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Security - Limiting",
|
||||
|
|
|
|||
|
|
@ -52,6 +52,16 @@
|
|||
"ANTIBOT_TURNSTILE_SECRET": "",
|
||||
"USE_BLACKLIST": "yes",
|
||||
"USE_DNSBL": "no",
|
||||
"BLACKLIST_IP": "",
|
||||
"BLACKLIST_RDNS": ".shodan.io .censys.io",
|
||||
"BLACKLIST_ASN": "",
|
||||
"BLACKLIST_USER_AGENT": "",
|
||||
"BLACKLIST_URI": "",
|
||||
"BLACKLIST_IP_URLS": "https://www.dan.me.uk/torlist/?exit",
|
||||
"BLACKLIST_RDNS_URLS": "",
|
||||
"BLACKLIST_ASN_URLS": "",
|
||||
"BLACKLIST_USER_AGENT_URLS": "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list",
|
||||
"BLACKLIST_URI_URLS": "",
|
||||
"USE_LIMIT_CONN": "yes",
|
||||
"LIMIT_CONN_MAX_HTTP1": "25",
|
||||
"LIMIT_CONN_MAX_HTTP2": "200",
|
||||
|
|
@ -146,7 +156,20 @@
|
|||
{
|
||||
"title": "Security - Blacklisting",
|
||||
"subtitle": "Configure the settings related to the external blacklists.",
|
||||
"settings": ["USE_BLACKLIST", "USE_DNSBL"]
|
||||
"settings": [
|
||||
"USE_BLACKLIST",
|
||||
"USE_DNSBL",
|
||||
"BLACKLIST_IP",
|
||||
"BLACKLIST_RDNS",
|
||||
"BLACKLIST_ASN",
|
||||
"BLACKLIST_USER_AGENT",
|
||||
"BLACKLIST_URI",
|
||||
"BLACKLIST_IP_URLS",
|
||||
"BLACKLIST_RDNS_URLS",
|
||||
"BLACKLIST_ASN_URLS",
|
||||
"BLACKLIST_USER_AGENT_URLS",
|
||||
"BLACKLIST_URI_URLS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Security - Limiting",
|
||||
|
|
|
|||
|
|
@ -52,6 +52,16 @@
|
|||
"ANTIBOT_TURNSTILE_SECRET": "",
|
||||
"USE_BLACKLIST": "yes",
|
||||
"USE_DNSBL": "no",
|
||||
"BLACKLIST_IP": "",
|
||||
"BLACKLIST_RDNS": ".shodan.io .censys.io",
|
||||
"BLACKLIST_ASN": "",
|
||||
"BLACKLIST_USER_AGENT": "",
|
||||
"BLACKLIST_URI": "",
|
||||
"BLACKLIST_IP_URLS": "https://www.dan.me.uk/torlist/?exit",
|
||||
"BLACKLIST_RDNS_URLS": "",
|
||||
"BLACKLIST_ASN_URLS": "",
|
||||
"BLACKLIST_USER_AGENT_URLS": "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list",
|
||||
"BLACKLIST_URI_URLS": "",
|
||||
"USE_LIMIT_CONN": "yes",
|
||||
"LIMIT_CONN_MAX_HTTP1": "20",
|
||||
"LIMIT_CONN_MAX_HTTP2": "150",
|
||||
|
|
@ -148,7 +158,20 @@
|
|||
{
|
||||
"title": "Security - Blacklisting",
|
||||
"subtitle": "Configure the settings related to the external blacklists.",
|
||||
"settings": ["USE_BLACKLIST", "USE_DNSBL"]
|
||||
"settings": [
|
||||
"USE_BLACKLIST",
|
||||
"USE_DNSBL",
|
||||
"BLACKLIST_IP",
|
||||
"BLACKLIST_RDNS",
|
||||
"BLACKLIST_ASN",
|
||||
"BLACKLIST_USER_AGENT",
|
||||
"BLACKLIST_URI",
|
||||
"BLACKLIST_IP_URLS",
|
||||
"BLACKLIST_RDNS_URLS",
|
||||
"BLACKLIST_ASN_URLS",
|
||||
"BLACKLIST_USER_AGENT_URLS",
|
||||
"BLACKLIST_URI_URLS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Security - Limiting",
|
||||
|
|
|
|||
Loading…
Reference in a new issue