10 lines
239 B
Bash
10 lines
239 B
Bash
# Authentication is enabled by default. Change these before production use.
|
|
REQUIRE_AUTH=true
|
|
PROXY_USER=socksuser
|
|
PROXY_PASSWORD=change-me-please
|
|
PROXY_PORT=1080
|
|
|
|
# Optional filters. Empty means allow all.
|
|
ALLOWED_DEST_FQDN=
|
|
ALLOWED_IPS=
|