Burrow is an open source tool for burrowing through firewalls.
https://burrow.net
This commit introduces the Tunnel view model object which has support for asking for permission, starting and stopping the tunnel. It automatically updates its state and publishes changes as an ObservableObject. |
||
|---|---|---|
| .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.