An open API service indexing awesome lists of open source software.

https://github.com/hellojukay/prxy

检查网络代理情况 https://github.com/TheSpeedX/PROXY-List
https://github.com/hellojukay/prxy

Last synced: about 1 year ago
JSON representation

检查网络代理情况 https://github.com/TheSpeedX/PROXY-List

Awesome Lists containing this project

README

          

# prxy

```
go get -u github.com/hellojukay/prxyc
```
![demo](demo.png)
# usage
```
hellojukay@local prxy (main) $ prxyc -h
Usage of prxyc:
-from-url string
input from url (default "https://raw.githubusercontent.com/TheSpeedX/SOCKS-List/master/http.txt")
-ignore-timeout
ingore timeout proxy server (default true)
-input string
input file with proxy line by line
-proxy string
the proxy type [sock4,sock5,http] (default "http")
-t int
alias to --thread (default 2)
-thread int
Worker thread number (default 2)
-url string
the website you want to check (default "https://google.com")
```