region-proxy 1.2.5

A CLI tool to create a SOCKS proxy through AWS EC2 in any region
1
2
3
4
5
6
7
pub mod macos;
pub mod ssh;

pub use macos::{disable_socks_proxy, enable_socks_proxy, is_socks_proxy_enabled};
pub use ssh::{
    find_ssh_pid, start_ssh_tunnel, stop_ssh_tunnel, stop_ssh_tunnel_by_port, wait_for_tunnel,
};