-
-
Notifications
You must be signed in to change notification settings - Fork 115
Import Proxy List
erosman edited this page Aug 21, 2024
·
7 revisions
Since FoxyProxy 7.5, you can now import proxy lists by copying/pasting them into this screen:
With this format, you can quickly specify a list of proxy servers by IP address/DNS name, port, and optional username/password. The format is:
ip:port:username:password
For example:
192.1681.1.1:3128
192.1681.1.2:666:johnConnor:hunterKiller2
foo.foxyproxy.com:8711
bar.foxyproxy.io:19001
With this format, you can specify all aspects of proxy settings. The only required parameters are protocol and server.
protocol://username:password@server:port?color=00ff00&title=some%20title&proxyDns=false&enabled=false&countryCode=DE&country=Germany&patternIncludesAll=false&patternExcludesIntranet=false
name | description | required | example | default | notes |
---|---|---|---|---|---|
protocol | proxy server type | yes | proxy:// | none |
http: http proxy server https: ssl/tls proxy server ssl: ssl/tls proxy server socks: SOCKS5 proxy server socks5: SOCKS5 proxy server socks4: SOCKS4 proxy server |
username | proxy server username, if any | no | johnConnor | none | |
password | proxy server password, if any | no | hunterKiller | none | |
server | proxy server ip address or DNS name | yes | 192.168.1.1 | none | |
port | proxy server port | no | port=666 | http proxy server: 3128 socks proxy server: 1080 ssl/tls proxy server: 443 |
|
color | HTML hex code to use for proxy color | no | color=663300 | none | Do not include leading # Example: 663300 not #663300 |
title | proxy title/name | no | title=My%20Work%20Proxy | server IP address or DNS name | URL escaping required |
proxyDns | for SOCKS servers, true if DNS lookup should be done through proxy server |
no | proxydns=false | true | Only valid for SOCKS servers |
enabled | true/false if the proxy server should be enabled |
no | enabled=false | true | Can also use active instead of enabled |
cc | Flag to display for this proxy server | no | cc=GB | none | Format is ISO 3166-1 alpha-2. Can also use countryCode instead of cc |
country | Country name for this proxy server | no | country=Deutschland | none | Country name to display when hovering over country flag |
patternIncludesAll | Add the wildcard pattern * to match all URLs for this proxy server |
no | patternIncludesAll=false | true | |
patternExcludesIntranet | Add patterns to exclude all intranet URLs and intranet IP addresses from matching this proxy server |
patternExcludesIntranet=false | true |