forked from koding/tunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
At present anyone can access the control protocol because it is served by the same HTTP server. It is not a big deal unless config is leaked but it is still more prudent to split control and incoming servers. With it, one can expose the incoming server to the extranet via NGINX or simply a firewall while keeping the control protocol safe.
- add
listenControl
config option. Validate thatlisten
andlistenControl
are not identical - Add HTTP server for control protocol and move
controlHandler
to it - update config example and readme
Metadata
Metadata
Assignees
Labels
No labels