Alkane is intended for seasonned operations teams,
so there is no "plug-and-play" reason to expose it by default.
Details
Details
- Reviewers
dereckson - Commits
- rALK9ff96b31c8c2: Listen to localhost by default
curl "http://localhost:8000/status"
Diff Detail
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
Comment Actions
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.