Configure Proxy on macOS

Setup

To configure a system-wide proxy on Windows, follow these steps for Wi-Fi or Ethernet connections.

Windows Settings (Manual Setup)

1

Open Proxy Settings

Navigate to: Start > Settings > Network & Internet > Proxy.Windows Network Internet Settings
2

Enable Manual Proxy

Under Manual proxy setup, toggle the switch Use a proxy server to On.Windows Network Internet Settings
3

Enter Proxy Server Details

Fill in the following fields: - Address: dc.ipnproxy.com or residential.ipnproxy.com - Port: 10080 or corresponding port for residential rotating (823) or sticky proxy (10080+)
4

Save Changes

Click Save to apply the settings.

Advanced: Environment Variable Setup

If you need to set proxies via environment variables (e.g., for terminals, CLI tools, apps):
setx HTTP_PROXY "http://username:[email protected]:10080" 
setx HTTPS_PROXY "http://username:[email protected]:10080"
These values will persist across reboots. Use set instead of setx for session-only values.

Bypass Proxy with NO_PROXY

To bypass the proxy for specific domains or IPs: Separate multiple entries with commas. Wildcards are not supported.
Use Control Panel > Internet Options > Connections > LAN Settings for older versions of Windows.
Some applications may not respect system proxy settings. Check app-specific proxy configurations when necessary.

Residential Proxies

  • Host: residential.ipnproxy.com
  • Port: 823
  • Format:
bash http http://username:[email protected]:823

Datacenter Proxies

  • Host: dc.ipnproxy.com
  • Port: 10080
  • Format:
bash http http://username:[email protected]:10080

Premium Mobile Proxies

  • IP: {IP_ADDRESS}
  • Port: {PORT}
  • Username: {PROXY_USERNAME}
  • Password: {PROXY_PASSWORD}
  • Format:
bash http http://{username}:{password}@{IP}:{PORT} 
bash socks5 http://{username}:{password}@{IP}:{PORT}

Mobile Proxies

  • IP: {IP_ADDRESS}
  • Port: {PORT} - Format:
bash http http://{IP_ADDRESS}:{PORT}
bash socks5 socks5://{IP_ADDRESS}:{PORT}