8000 GitHub - schuhu/pprouter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

schuhu/pprouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPRouter

Proxy protocol router. Currently it routes based on SNI, in the future it should do so based on the destination it receives via tcp proxy protocol.

Commands

curl  -o /dev/null -s -w 'Total: %{time_total}s\n'  --connect-to httpbin.org:443:127.0.0.1:1106 https://httpbin.org/get
curl  -o /dev/null -s -w 'Total: %{time_total}s\n' https://httpbin.org/get


curl -o /dev/null -s -w 'Total: %{time_total}s\n' --connect-to g.co:443:127.0.0.1:1106 https://g.co
curl -o /dev/null -s -w 'Total: %{time_total}s\n' https://g.co

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published
34B4

Packages

No packages published

Languages

0