Burrow is an open source tool for burrowing through firewalls. https://burrow.net
Find a file
2024-01-26 06:33:26 +00:00
.cargo 🔧 Add cargo release aliases 2023-06-10 22:01:17 +01:00
.github Implement Gtk Network Status (#165) 2024-01-26 01:10:24 -05:00
.vscode Implement Wireguard 2023-12-23 11:26:05 -08:00
Apple Update Tunnel on the main thread 2024-01-20 10:02:19 -08:00
burrow Update locking 2024-01-26 01:13:12 -05:00
burrow-gtk Implement Gtk Network Status (#165) 2024-01-26 01:10:24 -05:00
docs Added Xcode Path Switching to Getting Started 2024-01-26 06:33:26 +00:00
package/rpm Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
systemd Super Basic RPM Install Config 2023-10-07 23:37:44 -07:00
tun Wireguard Timer Support (#167) 2024-01-20 19:38:15 +00:00
.devcontainer.json Initial commit 2023-04-10 16:49:23 -04:00
.dockerignore Create Dockerfile 2023-07-04 20:15:27 -04:00
.gitignore Initialized burrow-gtk project 2023-11-18 12:42:52 -08:00
.gitlint Ignore body is missing errors 2023-06-23 16:21:58 -04:00
.rustfmt.toml Implement Wireguard 2023-12-23 11:26:05 -08:00
.swiftlint.yml Initial commit 2023-04-10 16:49:23 -04:00
Cargo.lock Add tokio console and more debugging feats 2024-01-26 01:13:12 -05:00
Cargo.toml Implement Wireguard 2023-12-23 11:26:05 -08:00
Dockerfile Create Dockerfile 2023-07-04 20:15:27 -04:00
LICENSE.md Create LICENSE.md 2023-04-18 21:56:01 -04:00
Makefile Add tokio console and more debugging feats 2024-01-26 01:13:12 -05:00
README.md Update project structure in readme 2023-08-16 13:41:21 -04:00

Burrow

License Apple Build Status Crate Build Status

Burrow is an open source tool for burrowing through firewalls, built by teenagers at Hack Club.

burrow provides a simple command-line tool to open virtual interfaces and direct traffic through them.

Contributing

Burrow is fully open source, you can fork the repo and start contributing easily. For more information and in-depth discussions, visit the #burrow channel on the Hack Club Slack, here you can ask for help and talk with other people interested in burrow! For more information on how to contribute, please see [CONTRIBUTING.md]

The project structure is divided in the following folders:

Apple/ # Xcode project for burrow on macOS and iOS
burrow/ # Higher-level API library for tun and tun-async
tun/ # Low-level interface to OS networking
    src/
        tokio/ # Async/Tokio code
        unix/ # macOS and Linux code
        windows/ # Windows networking code

Installation

To start burrowing, download the latest release build in the release section.

Hack Club

Hack Club is a global community of high-school hackers from all around the world! Start your own Hack Club, attend an upcoming hackathon or join our online community at hackclub.com.

License

Burrow is open source and licensed under the GNU General Public License v3.0

Contributors