mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
9 lines
193 B
Bash
9 lines
193 B
Bash
SERVER_NAME=www.example.com
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
DNS_RESOLVERS=9.9.9.9 8.8.8.8 8.8.4.4
|
|
API_LISTEN_IP=127.0.0.1
|
|
USE_BUNKERNET=no
|
|
USE_BLACKLIST=no
|
|
SEND_ANONYMOUS_REPORT=no
|
|
LOG_LEVEL=debug
|