http
Expose http server on given port to the public
caution
Syntax for this command changed between 1.0.0-beta.8 and 1.0.0-beta.10*
*(1.0.0-beta.9 is removed release)
#
SynopsisExposes http server running locally, or on locally available machine to the public via loophole tunnel.
To expose server running locally on port 3000 simply use loophole http 3000
.
To expose port running on some local host e.g. 192.168.1.20 use loophole http <port> 192.168.1.20