Skip to content

VNCERT-CC/socks-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks-http-proxy

Socks proxy to http proxy

Confirm socks proxy is running

curl -x socks5://127.0.0.1:1080 https://1.1.1.1/cdn-cgi/trace

Add domains (hostname) in to domains.txt or domains-regex.txt

Convert socks proxy to http proxy

socks-http-proxy -l 127.0.0.1:8081 -x "socks5://127.0.0.1:1080?timeout=5m"

Confirm http proxy is running

curl -x http://127.0.0.1:8081 https://1.1.1.1/cdn-cgi/trace