Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postcard, a proxy tool over HTTP/2.

Summary

client will listen as socks5 proxy, then forward data to server.

The client communicate to server with HTTP/2 which over encrypted stream -- Snowstorm.

# gen keys
cargo run --bin key-gen

# run client
cargo run --bin pc-client -- --host 0.0.0.0:1089 --server 127.0.0.1:8080 --private-key ${private_key} --public-key ${public_key}

# run server
cargo run --bin pc-server -- --host 0.0.0.0:8080 --private-key ${private_key} --public-key ${public_key}

About

Postcard, a proxy tool over encrypted HTTP/2.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages