proxy-x 0.2.1

A simple proxy config tool.
Documentation
1
2
3
4
5
mod cli;

fn main() {
    cli::execute();
}