Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cixtor/proxylist
Returns a list of usable HTTP, HTTPS, and Socks proxy servers in JSON, CSV and ASCII
https://github.com/cixtor/proxylist
Last synced: 10 days ago
JSON representation
Returns a list of usable HTTP, HTTPS, and Socks proxy servers in JSON, CSV and ASCII
- Host: GitHub
- URL: https://github.com/cixtor/proxylist
- Owner: cixtor
- License: mit
- Created: 2016-09-22T01:45:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T04:18:50.000Z (over 6 years ago)
- Last Synced: 2024-06-20T00:37:05.246Z (6 months ago)
- Language: Go
- Size: 375 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### ProxyList — Print Usable Proxy Servers
> In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. Proxies were invented to add structure and encapsulation to distributed systems. Today, most proxies are web proxies, facilitating access to content on the World Wide Web and providing anonymity.
>
> — https://en.wikipedia.org/wiki/Proxy_server### Installation
```shell
go get -u github.com/cixtor/proxylist
```### Features
- [x] `-csv` - Export data using CSV format to standard output,
- [x] `-json` - Export data using JSON format to standard output,
- [x] `-table` - Export data using ASCII format to standard output,
- [x] `-sort=connection` - Sort data in descending order by the connection,
- [x] `-sort=anonymity` - Sort data in ascending order by the anonymity,
- [x] `-sort=protocol` - Sort data in ascending order by the protocol,
- [x] `-sort=speed` - Sort data in descending order by the speed,
- [x] `-sort=port` - Sort data in ascending order by the port,![ProxyList](screenshot.png)