Page MenuHomeDevCentral

Listen to localhost by default
ClosedPublic

Authored by dereckson on Aug 9 2026, 23:22.
Tags
None
Referenced Files
F50798906: D4155.id10892.diff
Sun, Sep 20, 23:51
F50658789: D4155.id10892.diff
Sun, Sep 20, 04:55
F50653327: D4155.diff
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
Unknown Object (File)
Sat, Sep 19, 03:13
Unknown Object (File)
Fri, Sep 18, 20:57
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
Lint Not Applicable
Unit
Tests Not Applicable

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.