Check Transmission VPN Connection

Open a terminal connection to the Transmission container , run the following commands:

  • curl ifconfig.co
    This will display the IP address that your container is using. The ISP will see this IP address for all of the activity (download/upload) occurring on this transmission app.
  • curl ifconfig.co/city
    This will display the city name associated to the IP address.
  • curl ifconfig.co/country
    This will display the country name associated to the IP address.