how can i see the public ip my tinypilot is giving out?
By Murmad Man @manimgoindowndown
i have a setup where i have a client from russia connecting to my tinypilot...and then to a client laptop. my question is how do i make sure the client laptop is not seeing a russian ip, but the tinypilot's wireguard/tailscale ip (which should be a new york based conneted router's external ip)
i can only get the local ip off of the linux commands on tinypilot cli
- David @david2023-04-03 18:25:18.561Z
Hi @manimgoindowndown, thanks for your question.
To see your TinyPilot's public IP address you can use a third-party service like ipinfo.io's.
To use it,
ssh
into your TinyPilot, and then run the following command:curl https://ipinfo.io/ip ; echo