mullvadvpn-app
boringtun
mullvadvpn-app | boringtun | |
---|---|---|
202 | 16 | |
5,396 | 6,252 | |
2.9% | 1.1% | |
10.0 | 2.5 | |
4 days ago | 4 months ago | |
Rust | Rust | |
GNU General Public License v3.0 only | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mullvadvpn-app
-
Getting Started with Rust
8. Mullvad VPN App Mullvad is a privacy-focused VPN client with both desktop and mobile versions.
-
Sam 2: Segment Anything in Images and Videos
Which German regulation prevents this?
Also, it seems that https://mullvad.net is a necessary part of my Internet toolkit these days for many reasons.
- You can help Anna's Archive by seeding torrents
-
A New Chapter for Mozilla
* Mozilla VPN: wrapper around https://mullvad.net/ (and had security issues: https://www.techradar.com/news/security-audit-finds-major-is...)
-
Pirating on Mac extremely slow
hey there, after doing some research it seems like the conclusion is your vpn. Nord VPN has a lack of port forwarding, while other vpns have port forwarding (proton, mullvad). that is most likely interrupting your speed. also, apparently nord does keep some sort of logs if your interested in that. i would recommend cancelling nord and getting something else like proton or mullvad (i would recommend proton more) if you really want to download movies/shows. another option for you (if you dont want to switch) is to find your movie on websites that don't require a vpn (aka not torrenting) but you can if you want to. you can use this for that, they have tons of movies and shows. or just use a streaming site off of the megathread.
- Help With Routing
- New Mullvad release v. 2023.5 (for desktop only)
-
Why does the Mullvad installer need 500mb and access to my downloads folder?
The 500 MiB thing is because the frontend is an Electron app. That's sadly how it is with Electron. The UI can of course be re-written into a language/framework that produces way smaller programs, but it's not currently really worth the tradeoff. Most people are not that constrained in disk or internet speeds. https://github.com/mullvad/mullvadvpn-app/issues/1572
The downloads folder access thing is because Apple made it so. If you run an installer from the downloads folder it will need access to the downloads folder. This has nothing to do with Mullvad, but is a permission check macOS puts on all software. The Mullvad VPN app has no code for doing anything in the Downloads folder specifically.
-
Unlimited Kagi searches for $10 per month
Requiring an account for search is a deal breaker. They say they need it for payment, but mullvad[0] does just fine without an account as well.
[0]: https://mullvad.net/
-
Finally got Mullvad working in Silverblue
From this post: https://github.com/mullvad/mullvadvpn-app/issues/1570
boringtun
-
WireGuard-rs – Official Rust implementation of WireGuard
I am hesitant to use this, it appears to be basically unmaintained
https://github.com/cloudflare/boringtun/issues/344
https://github.com/cloudflare/boringtun/issues/407
-
WireGuard client that exposes itself as a HTTP/SOCKS5 proxy
Maybe https://github.com/cloudflare/boringtun or https://github.com/WireGuard/wireguard-go ?
-
I did some benchmarks of Linux WireGuard implementations
Right now the three major Linux implementations are wireguard-linux, wireguard-go and BoringTun. With some recent improvements to wireguard-go I decided to benchmark each one of them with ping and iPerf 3 over TCP and UDP.
-
Wireguard user space Implementation not working after switching network connection
It seems to be a known problem with boringtun: IP Roaming not working when using boringtun as a client (#187)
-
How Rust and Wasm power Cloudflare's 1.1.1.1
They’ve been on the Rust train since at least 2019. Just look at projects like quiche, wrangler, and boringtun
-
Show HN: TunnlTo – Windows WireGuard split tunnel client built with Rust, Tauri
I assume since Wiresock is using BoringTun(https://github.com/cloudflare/boringtun) under the hood, it works similar to other userspace implementations of wireguard, (e.g. wireguard-go, wireguard-rs) in that it uses a TUN device to deliver packets to the userspace implementation, and back out to the network. So, no driver installation required, but CAP_NET_ADMIN is required to create the TUN device.
- Boringtun - Userspace WireGuard® Implementation in Rust
-
Set up your own VPN at home with Raspberry Pi – Wolfang's Blog
It's using some sort of a custom installer that also downloads Cloudflare's BoringTun (https://github.com/cloudflare/boringtun) directly from the author's website (nyr[.]be), since Cloudflare doesn't seem to offer it as a binary release. Example:
{ wget -qO- https://wg.nyr[.]be/1/latest/download 2>/dev/null || curl -sL https://wg.nyr.be/1/latest/download ; } | tar xz -C /usr/local/sbin/ --wildcards 'boringtun-*/boringtun' --strip-components 1
-
Wireguard not working on Xen virtualization
https://github.com/cloudflare/boringtun https://github.com/WireGuard/wireguard-go
- BoringTun: Userspace WireGuard Implementation in Rust
What are some alternatives?
tracker-control-android - TrackerControl Android: monitor and control trackers and ads.
wireguard-go - Mirror only. Official repository is at https://git.zx2c4.com/wireguard-go
Matsuri - Matsuri (茉莉) / V2Ray / universal proxy toolchain for Android / Fork of SagerNet
boringtun-example - A real world ping example of boring tun
nextdns - NextDNS CLI client (DoH Proxy)
frp - A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
linux-cli-community - Linux command-line client for ProtonVPN. Written in Python.
workers-rs - Write Cloudflare Workers in 100% Rust via WebAssembly
SurfShark-VPN-GUI - GUI for connecting to the SurfShark VPN
p4-codel
blocky - Fast and lightweight DNS proxy as ad-blocker for local network with many features
prometheus_wireguard_exporter - A Prometheus exporter for WireGuard, written in Rust.