Skip to content

CLI option for HTTPS on local machine #217

Answered by 0x7f
oleandreas asked this question in General
Discussion options

You must be logged in to vote

Hi @oleandreas

very good point the cli docs do not list the --https flag yet.

I will make sure to update them asap. Sorry for the trouble.

In the meantime, you can get more information about the support flags via ./loophole http --help:

Exposes 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'

Usage:
  loophole http <port> [host] [flags]

Flags:
  -p, --basic-auth-password string   Basic authentication password to protect site with
  -u, --basic-auth-username string…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oleandreas
Comment options

Answer selected by 0x7f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants