[GH-ISSUE #287] bug?: incorrect log information #264

Open
opened 2026-04-12 06:38:39 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @LaurenceJJones on GitHub (Apr 1, 2026).
Original GitHub issue: https://github.com/fosrl/newt/issues/287

b6f13a1b55/authdaemon/server.go (L166)

It logs we listen on 127.0.0.1 which is incorrect we should drop https and the hardcoded 127.0.0.1 and just say "listening on addr" user understands that :port means all interfaces in most cases.

This will also prepare use if we allow to change the bind interface.

Originally created by @LaurenceJJones on GitHub (Apr 1, 2026). Original GitHub issue: https://github.com/fosrl/newt/issues/287 https://github.com/fosrl/newt/blob/b6f13a1b5531e26e530f14e0d2b172c399a8deaa/authdaemon/server.go#L166 It logs we listen on `127.0.0.1` which is incorrect we should drop `https` and the hardcoded `127.0.0.1` and just say "listening on addr" user understands that `:port` means all interfaces in most cases. This will also prepare use if we allow to change the bind interface.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#264