Burrow is an open source tool for burrowing through firewalls.
https://burrow.net
This commit adds a build script, build-rust.sh, which compiles the burrow crate from inside of Xcode. The network extension then links against this crate. |
||
|---|---|---|
| .github | ||
| .vscode | ||
| Apple | ||
| burrow | ||
| tun | ||
| tun-async | ||
| .devcontainer.json | ||
| .gitignore | ||
| .gitlint | ||
| .swiftlint.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.md | ||
| README.md | ||
Burrow
Burrow is a tool for burrowing through firewalls, built by teenagers at Hack Club.
At its core, burrow is a command line utility written in Rust that can open virtual interfaces and direct traffic through them.
You can use it directly from the command line, or you can use it wrapped inside of an app. Currently, there are apps for iOS and macOS that you can use to start the tunnel.