mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02:00
Hyphens are not allowed in zrok reserve unique names
This commit is contained in:
parent
b54337254a
commit
fb027bdd82
@ -59,10 +59,10 @@ ZROK_ENABLE_TOKEN="14cbfca9772f"
|
||||
|
||||
## Name your Share
|
||||
|
||||
This unique name becomes part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`. A random name is generated if you don't specify one.
|
||||
This unique name becomes part of the domain name of the share, e.g. `https://myprodapp.in.zrok.io`. A random name is generated if you don't specify one.
|
||||
|
||||
```bash title="/opt/openziti/etc/zrok/zrok-share.env"
|
||||
ZROK_UNIQUE_NAME="my-prod-app"
|
||||
ZROK_UNIQUE_NAME="myprodapp"
|
||||
```
|
||||
|
||||
## Use Cases
|
||||
|
@ -59,10 +59,10 @@ ZROK_ENABLE_TOKEN="14cbfca9772f"
|
||||
|
||||
## Name your Share
|
||||
|
||||
This unique name becomes part of the domain name of the share, e.g. `https://my-prod-app.in.zrok.io`. A random name is generated if you don't specify one.
|
||||
This unique name becomes part of the domain name of the share, e.g. `https://myprodapp.in.zrok.io`. A random name is generated if you don't specify one.
|
||||
|
||||
```bash title="/opt/openziti/etc/zrok/zrok-share.env"
|
||||
ZROK_UNIQUE_NAME="my-prod-app"
|
||||
ZROK_UNIQUE_NAME="myprodapp"
|
||||
```
|
||||
|
||||
## Use Cases
|
||||
|
Loading…
x
Reference in New Issue
Block a user