https://github.com/thebutlah/ptunp
peer to peer `tun` network interfaces via iroh and QUIC
https://github.com/thebutlah/ptunp
Last synced: 10 months ago
JSON representation
peer to peer `tun` network interfaces via iroh and QUIC
- Host: GitHub
- URL: https://github.com/thebutlah/ptunp
- Owner: TheButlah
- License: apache-2.0
- Created: 2025-04-18T05:50:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T06:13:24.000Z (about 1 year ago)
- Last Synced: 2025-05-07T19:12:50.558Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ptunp - Peer to Peer TUN network interface
> [!NOTE] THIS CODE IS WIP AND UNTESTED
Peer to peer vpn over [iroh][iroh] (p2p QUIC). It uses [tun][tun] network interfaces
which are pseudo devices that allow applications to send OSI layer 3 network packets
over an application defined transport.
Note: root is required on linux.
## License
Unless otherwise specified, all code in this repository is dual-licensed under
either:
- MIT-0 License ([LICENSE-MIT-0](LICENSE-MIT-0))
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE))
at your option. This means you can select the license you prefer!
Any contribution intentionally submitted for inclusion in the work by you, shall be
dual licensed as above, without any additional terms or conditions.
[iroh]: https://www.iroh.computer/
[tun]: https://github.com/meh/rust-tun