Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 203 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 203 Bytes

Proxy Checker

Go

  • go run ./cmd/server .

Make

  • make compile
  • make install
  • make run

Docker

  • docker build -t proxy-checker .
  • docker run --restart always -p 8080:8080 -d proxy-checker