Generate commands after login

Parameter Description

Country specifies the country:

  • curl -x proxy.ipipgo.com:31212 -U "customer-xxx-country-US:xxxx" ipinfo.io
  • Region Specifies the region under the country:

  • curl -x proxy.ipipgo.com:31212 -U "customer-xxx-country-US-region-Indiana:xxxx" ipinfo.io
  • Session keeps the egress IP unchanged:

  • curl -x proxy.ipipgo.com:31212 -U “customer-xxx-session-blsfjjsl:xxxx” ipinfo.io
  • Time specifies how long to keep the egress IP:

  • curl -x proxy.ipipgo.com:31212 -U “customer-xxx-session-blsfjjsl-time-1:xxxx” ipinfo.io # 1 minutes
  • curl -x proxy.ipipgo.com:31212 -U “customer-xxx-session-blsfjjsl-time-10:xxxx” ipinfo.io # 10 minutes
  • curl -x proxy.ipipgo.com:31212 -U “customer-xxx-session-blsfjjsl-time-30:xxxx” ipinfo.io # 30 minutes
  • Parameters can be used in combination:

  • curl -x proxy.ipipgo.com:31212 -U “customer-xxx-country-US-session-blsfjjsl-time-3:xxxx” ipinfo.io