10 lines
341 B
Bash
10 lines
341 B
Bash
IMAGE_NAME=mohomo-docker:local
|
|
CONTAINER_NAME=mohomo-docker
|
|
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo
|
|
SSCLASH_PASSWORD=
|
|
# 9091 is always host-loopback; expose it through a host HTTPS reverse proxy.
|
|
WEB_PORT=9091
|
|
# Public opt-in: use 0.0.0.0 only behind a trusted-network firewall/ACL.
|
|
PROXY_BIND=127.0.0.1
|
|
PROXY_PORT=7890
|