Add stat API

This commit is contained in:
Wildan M 2022-08-16 17:32:01 +07:00
commit 468dcd8715
6 changed files with 80 additions and 12 deletions

View file

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