This commit is contained in:
Michael Quigley 2023-01-18 13:04:38 -05:00
parent 3d29262f6c
commit b2134cbb3b
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -20,7 +20,7 @@ In order to use `zrok`, you will need a `zrok` executable. [Download][zrok-downl
Move the downloaded `zrok` distribution into a directory on your system. In my case, I've placed it in my home directory: Move the downloaded `zrok` distribution into a directory on your system. In my case, I've placed it in my home directory:
``` ```
$ l zrok* $ ls -lF zrok*
-rwxr-xr-x 1 michael michael 12724747 Jan 17 12:57 zrok_0.3.0-rc1_linux_amd64.tar.gz* -rwxr-xr-x 1 michael michael 12724747 Jan 17 12:57 zrok_0.3.0-rc1_linux_amd64.tar.gz*
``` ```
@ -73,9 +73,9 @@ $ zrok version
v0.3.0-rc1 [0d43b55] v0.3.0-rc1 [0d43b55]
``` ```
## Configure Your zrok Service ## Configure Your zrok Service Instance
`zrok` is both an installable utility that you interact with from your local computer, and also a service that exists on the network. NetFoundry operates the service that is available at `api.zrok.io`, but because `zrok` is open source and self-hostable, you're free to create your own `zrok` service instance. `zrok` is both an installable utility that you interact with from your local computer, and also a service that exists on the network. NetFoundry operates the public service instance that is available at `api.zrok.io`, but because `zrok` is open source and self-hostable, you're free to create your own `zrok` service instance.
The `zrok` executable defaults to using the `zrok` service instance at `api.zrok.io`. Should you need to change the endpoint to use a different service instance, you can do that with the following command: The `zrok` executable defaults to using the `zrok` service instance at `api.zrok.io`. Should you need to change the endpoint to use a different service instance, you can do that with the following command: