Hyphens are not allowed in zrok reserve unique names

This commit is contained in:
Scott McKibbin 2025-03-10 19:05:58 -04:00 committed by Kenneth Bingham
parent b54337254a
commit fb027bdd82
No known key found for this signature in database
GPG Key ID: 31709281860130B6
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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