Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 131 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 131 Bytes

Compile

$ go build -o open_proxy ./src

How to use

$ nohup ./open_proxy 8080 > ./open.log 2>&1 &