BoltConn icon indicating copy to clipboard operation
BoltConn copied to clipboard

Privacy-oriented proxy & network manager, supporting WireGuard, L7 firewall, App-based policies and scripted MitM.

Results 7 BoltConn issues
Sort by recently updated
recently updated
newest added

Currently, BoltConn clean won't restore DNS settings. New approaches including modify DNS with /etc/resolv.conf on macOS could help solve this issue. Current approach that using `networksetup` cannot provide a way...

This is awesome. Is there anyway I can help write the documentation? I am a good writer, formally educated to do so.

This is a known bug for http type proxy implementation. Current implementation always uses HTTP 101 to upgrade the connection to a opaque stream, while HTTP without TLS requires special...

This PR is an aggregated patch for WireGuard: - fix hugh memory footprint issue introduced by the previous performance patch where default WireGuard receiver buffer pool is too large by...

I wanted to go ahead and get this to you. 1. There are still sections that need to be written up. 2. I was considering adding a tiny primer on...

What are the requirements for the other end's Wireguard to meet if using Wireguard to connect? For example, version and implementation language

When using BoltConn without root, the proxy can only be accessed without encryption. It would be great to allow support for HTTPS: ```cmd me@host~> curl -4IL --proxy http://127.0.0.1:9961 https://example.com HTTP/1.1...