Categorygithub.com/chinglinwen/s2http
repositorypackage
1.0.1
Repository: https://github.com/chinglinwen/s2http.git
Documentation: pkg.go.dev

# README

s2http

Convert socks proxy to a http proxy

Prerequisite

A socks proxy(probably a client) is listening

It may not directly connect to a socks server

Usage

Usage of ./s2http:
  -port string
        port to listen (default "8080")
  -socks string
        socks url (default "127.0.0.1:1081")
  -v    verbose
  -version
        show version.

end.