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
- Host: GitHub
- URL: https://github.com/hellojukay/prxy
- Owner: hellojukay
- Created: 2021-09-02T12:44:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T03:33:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T08:33:59.230Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prxy
```
go get -u github.com/hellojukay/prxyc
```

# 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")
```