Removes stat port

This commit is contained in:
Pierre Lannoy 2023-12-13 20:04:28 +01:00
commit f7b75579a6
Signed by: Pierre Lannoy
GPG key ID: D27231EF87D53F31

View file

@ -1,5 +1,4 @@
HTTP_PORT=80 HTTP_PORT=80
HTTPS_PORT=443 HTTPS_PORT=443
STAT_PORT=8081
BLACKLIST_HOSTS="bad.example,evil.example" BLACKLIST_HOSTS="bad.example,evil.example"
BLACKLIST_REDIRECT="https://forwarddomain.net/blacklisted" BLACKLIST_REDIRECT="https://forwarddomain.net/blacklisted"