Page MenuHomeDevCentral

Listen to localhost by default
ClosedPublic

Authored by dereckson on Sun, Aug 9, 23:22.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 29, 04:29
Unknown Object (File)
Tue, Aug 25, 22:02
Unknown Object (File)
Tue, Aug 25, 14:16
Unknown Object (File)
Tue, Aug 25, 12:53
Unknown Object (File)
Sun, Aug 23, 17:53
Unknown Object (File)
Sun, Aug 16, 06:32
Unknown Object (File)
Sun, Aug 16, 03:18
Unknown Object (File)
Sun, Aug 16, 02:59
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.