Open-Source and free ngrok alternative
VRok get access for fast share your local server to public, like game servers, web server, ssh
git clone https://github.com/TheMRLokopOff/vrok.git
cd vrok
npm i -g # or with yarn: yarn install -g
-
vrok config --target.host "venity.site" --target.port 4021 # Configure server connection
-
vrok client --tunnel "test" # Change tunnel to change host
Tunnel is name of host.
For example, if tunnel equals test
host: test.tunnel.venity.site
Template: [tunnel].[domain]
MIT