Skip to content

Server socket should bind to localhost #9

@craigraw

Description

@craigraw

The server socket currently binds to 0.0.0.0, which is more broad than required. For security reasons the server socket should bind to 127.0.0.1 (or should at least be configurable).

It would be nice to have the start port configurable as well, although this is less important.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions