Skip to content
Eric Jung edited this page Dec 31, 2019 · 6 revisions

Feature Requests

  • Ability to add white, black, wildcard, regexp patterns in bulk by copying/pasting into a text area and/or file import. Textarea mockup is here. Mockup: How to add bulk pattern list to a proxy, Most recent request was in ticket 337195.

  • Ability to add proxies in bulk by copying/pasting into a text area and/or file import. Should be able to select bulk patterns to apply (from above). Format

    proxy://johnconnor:[email protected]:21&color=#ff00bc&name=my%20special%20proxy

    username, password, color, port, and name are all optional based on existing URL rules (if port is excluded then the proxy default port is used). It can be parsed with the existing javascript URL class. It supports future, optional parameters (e.g. if we want to add patternset) without breaking compatibility with an existing URL format. proxy types:

    • proxy or http (http proxy server, default port 3128)
    • ssl or https (ssl proxy server, default port ???)
    • socks or socks5 (socks5 proxy server, default port 1080)
    • _socks4 (socks4 proxy server, default port 1080)
  • Random proxy cycling

  • Round-robin proxy cycling

Clone this wiki locally