Target IPs from a specific OS
Evan avatar
Written by Evan
Updated over a week ago

Sometimes you may want to target IPs from a specific operating system. In order to do this, add ";osName={name of OS}" after your username when you authenticate. We currently have IPs available with the following operating systems:

  • FreeBSD

  • Linux

  • Mac OS X

  • Windows

Examples

Unmetered Residential:

Please note: Unmetered Residential proxies are no longer available for purchase. Existing subscriptions will continue to work, however.
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;osName=FreeBSD:password' http://example.com

Live example here.

Premium Residential:
curl -x premium.residential.proxyrack.net:10000 -U 'username;osName=Linux:password' http://example.com

Live example here.

Private Unmetered Residential:
curl -x private.residential.proxyrack.net:10000 -U 'username;osName=Mac OS X:password' http://example.com

Live example here.

USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;osName=Windows:password' http://example.com

Live example here.

Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:10000 -U 'username;osName=FreeBSD:password' http://example.com

Live example here.

Did this answer your question?