Mobile setup

Mobile (LTE) endpoints route through carrier-assigned mobile IPs, which rotate naturally and are rarely blocked.

Endpoint

socks.cat:1337

Same auto-detecting gateway as residential; authenticate with your collar and pawprint.

Rotation

Mobile IPs rotate on the carrier's schedule. To force a new IP on demand, change the session id in your collar (see Residential setup).

curl -x socks5h://COLLAR-session-$(date +%s):PAWPRINT@socks.cat:1337 \
     https://api.ipify.org

Choosing a carrier / region

Mobile exits appear in the endpoint builder and /locations alongside residential ones. Pin type-mobile and narrow by country / isp:

curl -x socks5h://COLLAR-type-mobile-country-us:PAWPRINT@socks.cat:1337 https://api.ipify.org

Notes