diff --git a/src/common/core/templates/templates/high.json b/src/common/core/templates/templates/high.json index 01b2fff2f..eed5d3f0a 100644 --- a/src/common/core/templates/templates/high.json +++ b/src/common/core/templates/templates/high.json @@ -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", diff --git a/src/common/core/templates/templates/low.json b/src/common/core/templates/templates/low.json index 040b35104..4e36b884e 100644 --- a/src/common/core/templates/templates/low.json +++ b/src/common/core/templates/templates/low.json @@ -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", diff --git a/src/common/core/templates/templates/medium.json b/src/common/core/templates/templates/medium.json index ea94ac748..307b296ef 100644 --- a/src/common/core/templates/templates/medium.json +++ b/src/common/core/templates/templates/medium.json @@ -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",