This commit is contained in:
Michael Quigley 2024-03-06 14:25:41 -05:00
parent 81f080ee4b
commit 37aaf84be6
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -41,7 +41,7 @@ zrok access private y6h4at5xvn6o
And now `anotheruser@test.com` will be allowed to access the share: And now `anotheruser@test.com` will be allowed to access the share:
``` ```
$ HOME=/tmp/zrok zrok access private --headless y6h4at5xvn6o $ zrok access private --headless y6h4at5xvn6o
[ 0.049] INFO main.(*accessPrivateCommand).run: allocated frontend 'VyvrJihAOEHD' [ 0.049] INFO main.(*accessPrivateCommand).run: allocated frontend 'VyvrJihAOEHD'
[ 0.051] INFO main.(*accessPrivateCommand).run: access the zrok share at the following endpoint: http://127.0.0.1:9191 [ 0.051] INFO main.(*accessPrivateCommand).run: access the zrok share at the following endpoint: http://127.0.0.1:9191
``` ```