HH-620: expose SSClash Web UI on port 9091 (#3)
This commit was merged in pull request #3.
This commit is contained in:
+5
-1
@@ -1,5 +1,9 @@
|
||||
IMAGE_NAME=mohomo-docker:local
|
||||
CONTAINER_NAME=mohomo-docker
|
||||
SUBSCRIPTION_URL=https://subscription.example.invalid/mihomo
|
||||
PROXY_BIND=0.0.0.0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user