region-proxy 1.2.5

A CLI tool to create a SOCKS proxy through AWS EC2 in any region
1
2
3
4
5
pub mod preferences;
pub mod regions;

pub use preferences::Preferences;
pub use regions::{find_region, REGIONS};