Hello and thanks for your work on this amazing project.
I’d like to ask if there is a limit on creating zrok reserved addresses.
Currently I’m sharing 2 services already:
zrok reserve public 80 --unique-name "test"
zrok reserve private 1234 --unique-name "test2" –-backend-mode tcpTunnel
I’d like to share another one
zrok reserve private --unique-name "test3" --backend-mode udpTunnel 0.0.0.0:7777
But on this last one I’m getting:
[ERROR]: unable to create share (unable to create share: [POST /share][401] shareUnauthorized)
Already tried disabling/enabling back the environment, but still getting this problem so my question is if there is a limit on unique name shares.
I have also another question:
I tried to share via public mode an udpTunnel connection but it says:
invalid sharing mode for a public share: udpTunnel
Will public shares on udp be added in the future?
Thank you very much.