Files
ports/www/bunkerweb/files/patch-src_common_settings.json
T
Jochen Neumeister da044629d7 www/bunkerweb: add new port
BunkerWeb is an open-source next-generation web application firewall
(WAF) and security platform designed to protect and manage web services.

It provides integrated security features such as request filtering,
rate limiting, TLS management, GeoIP support and a web management
interface.

As this is a newly introduced port, users are encouraged to validate
their deployment before using it in production environments.

WWW: https://github.com/bunkerity/bunkerweb

Sponsored by:	Netzkommune GmbH
2026-06-01 19:27:52 +02:00

21 lines
594 B
JSON

--- src/common/settings.json.orig 2026-05-25 18:23:18 UTC
+++ src/common/settings.json
@@ -10,7 +10,7 @@
},
"NGINX_PREFIX": {
"context": "global",
- "default": "/etc/nginx/",
+ "default": "/usr/local/etc/nginx/",
"help": "Where nginx will search for configurations.",
"id": "nginx-prefix",
"label": "nginx prefix",
@@ -93,7 +93,7 @@
},
"DNS_RESOLVERS": {
"context": "global",
- "default": "127.0.0.11",
+ "default": "1.1.1.1 8.8.8.8",
"help": "DNS addresses of resolvers to use.",
"id": "dns-resolvers",
"label": "DNS resolvers",