Page MenuHomeDevCentral

Listen to localhost by default
ClosedPublic

Authored by dereckson on Aug 9 2026, 23:22.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 22, 16:45
Unknown Object (File)
Mon, Sep 21, 14:12
Unknown Object (File)
Sun, Sep 20, 23:51
Unknown Object (File)
Sun, Sep 20, 04:55
Unknown Object (File)
Sun, Sep 20, 04:27
Unknown Object (File)
Sat, Sep 19, 21:57
Unknown Object (File)
Sat, Sep 19, 11:17
Unknown Object (File)
Sat, Sep 19, 07:46
Subscribers
None

Details

Summary

Alkane is intended for seasonned operations teams,
so there is no "plug-and-play" reason to expose it by default.

Test Plan

curl "http://localhost:8000/status"

Diff Detail

Repository
rALK Alkane
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
alkane-localhost
Build Status
Buildable 6793
Build 7081: arc lint + arc unit

Event Timeline

dereckson created this revision.

On FreeBSD, if it binds to localhost, it binds to 127.0.0.1 in IPv4.
On Linux, it can bind to [[:1]]:8000 in IPv6.

In both cases, curl "http://localhost:8000/status" works.

This revision is now accepted and ready to land.Aug 9 2026, 23:26
This revision was automatically updated to reflect the committed changes.