Loading repository data…
Loading repository data…
XOR-op / repository
Privacy-oriented proxy & network manager, supporting WireGuard, L7 firewall, App-based policies and scripted MitM.
A go-to solution for transparent application proxy & firewall with tunneling and MitM, designed with privacy and security in mind. All efforts made to make you fully control your network. Experimental webui & desktop client is available in XOR-op/BoltBoard.
For configuration, API, rule, and proxy details, see the documentation below.
$PATH.cargo install --locked --git https://github.com/XOR-op/BoltConn
Before running BoltConn, you should run these two commands first:
$HOME/.config/boltconn, and the
default runtime path is $HOME/.local/share/boltconn:# generate configuration files
boltconn generate init
# generate root certificates and make them readable only by root user (recommended)
sudo -E boltconn generate cert
# or generate them without configuring permissions
boltconn generate cert --rootless
# run BoltConn globally
sudo -E boltconn start
# or run BoltConn with rootless mode (certain features will be unavailable)
boltconn start --rootless
boltconn [conn/proxy/rule/tun/reload/...]
See boltconn --help for more help.
Learn more about BoltConn's configuration, proxy behavior, RESTful API, and rule system:
This software is released under the GPL-3.0 license.