satya
Mon Feb 26 2024
Setup
1. Intsall tailscale from https://tailscale.com/download for your device.
2. Sign up and follow the steps so that your device gets connected.
3. Open your terminal and download
4. Run
5. It will say
6. In that link enable the option , and that's it , it will serve your port 3000 successfully.
#tailscale , #devops
Tailscale
in local device and serve your localhost1. Intsall tailscale from https://tailscale.com/download for your device.
2. Sign up and follow the steps so that your device gets connected.
3. Open your terminal and download
tailscale
CLI using brew install tailscale
4. Run
tailscale serve 3000
(you might get some warning regarding client and server version mismatch)5. It will say
Serve is not enabled on your tailnet.
and ask you to visit <node-id>
6. In that link enable the option , and that's it , it will serve your port 3000 successfully.
#tailscale , #devops