mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02:00
use the ziti quickstart that uses external DNS
It's important for the ziti controller to advertise a global domain name for a self-hosted zrok to be useful Signed-off-by: Ken Bingham <kenneth.bingham@netfoundry.io>
This commit is contained in:
parent
ea737bc5a9
commit
1ec24666ff
@ -2,15 +2,9 @@
|
||||
|
||||
## OpenZiti Quickstart
|
||||
|
||||
https://openziti.github.io/docs/quickstarts/network/
|
||||
[https://openziti.github.io/docs/quickstarts/network/](https://docs.openziti.io/docs/learn/quickstarts/network/hosted)
|
||||
|
||||
I specifically used the "no docker" variant:
|
||||
|
||||
```bash
|
||||
$ source /dev/stdin <<< "$(wget -qO- https://get.openziti.io/quick/ziti-cli-functions.sh)"; expressInstall
|
||||
$ startController
|
||||
$ startRouter
|
||||
```
|
||||
I specifically used the "Host OpenZiti Anywhere" variant because it provides a public controller. We'll need that to use zrok with multiple devices across different networks.
|
||||
|
||||
Keep track of the generated admin password when running the `expressInstall` script. The script will prompt you like this:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user