Revert commit 7c047a1: restore LAN access to Hub, RTL, and Mempool

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/c92f1a7f-7c42-44f1-a86d-089383bafc94

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-05 14:43:49 +00:00
committed by GitHub
parent ef39040919
commit 6584b63c36
2 changed files with 4 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ EOF
# RTL (LAN access)
cat >> /run/caddy/Caddyfile <<EOF
http://127.0.0.1:3051, http://sovransystemsos.local:3051 {
:3051 {
reverse_proxy :3050
encode gzip zstd
}
@@ -165,7 +165,7 @@ EOF
# Mempool (LAN access)
cat >> /run/caddy/Caddyfile <<EOF
http://127.0.0.1:60847, http://sovransystemsos.local:60847 {
:60847 {
reverse_proxy :60845
encode gzip zstd
}