Page MenuHomeDevCentral

Listen to localhost by default
ClosedPublic

Authored by dereckson on Sun, Aug 9, 23:22.
Tags
None
Referenced Files
F43035653: D4155.id.diff
Mon, Aug 10, 15:34
F43035176: D4155.id10892.diff
Mon, Aug 10, 15:31
F43012630: D4155.id10891.diff
Mon, Aug 10, 12:51
F43011990: D4155.diff
Mon, Aug 10, 12:48
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.Sun, Aug 9, 23:26
This revision was automatically updated to reflect the committed changes.