mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Update sharing.md with an https example
This commit is contained in:
committed by
GitHub
parent
8bcc7613d9
commit
b48dba1413
@@ -41,6 +41,9 @@ expose share http://192.168.2.100
|
|||||||
|
|
||||||
# Will share access to http://my-local-site.dev using a randomly generated subdomain
|
# Will share access to http://my-local-site.dev using a randomly generated subdomain
|
||||||
expose share my-local-site.dev
|
expose share my-local-site.dev
|
||||||
|
|
||||||
|
# Will share access to https://my-local-site.dev using a randomly generated subdomain (note the https)
|
||||||
|
expose share https://my-local-site.dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Share a local site with a given subdomain
|
## Share a local site with a given subdomain
|
||||||
|
|||||||
Reference in New Issue
Block a user