Skip to content

fix(share): relay binds localhost by default - #18

Merged
AbsoluteMode merged 1 commit into
mainfrom
fix/relay-bind-host
Jul 30, 2026
Merged

fix(share): relay binds localhost by default#18
AbsoluteMode merged 1 commit into
mainfrom
fix/relay-bind-host

Conversation

@AbsoluteMode

Copy link
Copy Markdown
Owner

Relay говорит по plain HTTP, а слушал 0.0.0.0 — адреса ящиков и блобы уезжали бы в сеть открытым текстом. Дефолт 127.0.0.1, продакшн — за TLS-терминатором (nginx); --host для случаев, когда TLS терминируется иначе.

Замечено при деплое на Netcup.

🤖 Generated with Claude Code

The relay speaks plain HTTP, so 0.0.0.0 put addresses and sealed blobs on the
wire in the clear. Default to 127.0.0.1 and run behind a TLS terminator;
--host overrides for setups that terminate elsewhere.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AbsoluteMode
AbsoluteMode merged commit 0560a41 into main Jul 30, 2026
7 checks passed
@AbsoluteMode
AbsoluteMode deleted the fix/relay-bind-host branch July 30, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants