mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
9 lines
200 B
Bash
9 lines
200 B
Bash
|
|
*DNS_RESOLVERS=8.8.8.8 8.8.4.4
|
||
|
|
# replace with your domains
|
||
|
|
SERVER_NAME=www.example.com
|
||
|
|
# real IP settings
|
||
|
|
USE_PROXY_PROTOCOL=yes
|
||
|
|
USE_REAL_IP=yes
|
||
|
|
REAL_IP_FROM=127.0.0.0/8
|
||
|
|
REAL_IP_HEADER=proxy_protocol
|