mirror of
https://github.com/fosrl/newt.git
synced 2026-05-06 07:59:04 -05:00
[GH-ISSUE #288] enhance: Expose a listen interface #1154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LaurenceJJones on GitHub (Apr 1, 2026).
Original GitHub issue: https://github.com/fosrl/newt/issues/288
b6f13a1b55/authdaemon/server.go (L24-L33)Currently we only expose a port option but setups where you dont want to bind to all interfaces it would be useful to allow
listenor the base of theaddrfor a specific interface.then
b6f13a1b55/authdaemon/server.go (L126)can be something like
if listen is empty string then we still get the bind to all interfaces
:portbrain dump maybe
bindis better terminology.@LaurenceJJones commented on GitHub (Apr 1, 2026):
related too #287
@github-actions[bot] commented on GitHub (Apr 16, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.