mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 09:35:53 +03:00
[GH-ISSUE #53] Server always binds on default interface 0.0.0.0 #38
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ijsf on GitHub (Feb 26, 2013).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/53
The log.io server currently always binds on the default interface of 0.0.0.0 with no option to change the listening host in the configuration files.
At the very least, it would be quite useful to be able to just bind the server to 127.0.0.1 (localhost) for security purposes.