Page MenuHomeDevCentral

Listen to localhost by default
ClosedPublic

Authored by dereckson on Sun, Aug 9, 23:22.
Tags
None
Referenced Files
F43887928: D4155.diff
Fri, Aug 14, 06:32
F43847257: D4155.diff
Fri, Aug 14, 01:35
Unknown Object (File)
Thu, Aug 13, 07:25
Unknown Object (File)
Thu, Aug 13, 06:24
Unknown Object (File)
Thu, Aug 13, 04:17
Unknown Object (File)
Thu, Aug 13, 02:08
Unknown Object (File)
Wed, Aug 12, 10:14
Unknown Object (File)
Wed, Aug 12, 07:18
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.