TrustTunnel: AdGuard VPN protocol goes open-source
adguard-vpn.com
TrustTunnel: AdGuard VPN protocol goes open-source
1–10 of 69 posts
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#2Re: TrustTunnel: AdGuard VPN protocol goes open-source
#3It would be also nice if they could hold their implicit promise of having the AdGuard extension working on Safari iOS, it's broken for me even when I reinstal it. Anyone else have the same problem?
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#4It would be also nice if they could hold their implicit promise of having the AdGuard extension working on Safari iOS, it's broken for me even when I reinstal it. Anyone else have the same problem?
This is not a common issue tbh. What sometimes may happen is that after an iOS update the content blockers in Safari becomes corrupted and the only thing that fixes it is not just a reinstall, but uninstall + reboot + reinstall after that. If even this doesn’t help please contact me at “am at adguard.com”, I will try to help.
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#5Re: TrustTunnel: AdGuard VPN protocol goes open-source
#6One clarification that may not be obvious: open-sourcing this isn’t primarily about signaling or auditability. If that were the goal, a standalone protocol spec or a minimal reference repo would have been enough.
Instead, we’re deliberately shipping full client and server implementations because the end goal is for this to become an independent, vendor-neutral project, not something tied to AdGuard.
We want it to be usable by any VPN or proxy stack and, over time, to serve as a common baseline for stealthy transports — similar to the role xray/vless play today.
Happy to answer questions or clarify design choices.
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#7I'm surprised that the browser extension to block ads has a proprietary vpn-like protocol. WTF?
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#8I'm surprised that the browser extension to block ads has a proprietary vpn-like protocol. WTF?
Re: TrustTunnel: AdGuard VPN protocol goes open-source
#9Hi, I’m one of the people working on this. One clarification that may not be obvious: open-sourcing this isn’t primarily about signaling or auditability. If that were the goal, a standalone protocol spec or a minimal reference repo would have been enough. Instead, we’re deliberately shipping full client and server implementations because the end goal is for this to become an independent, vendor-neutral project, not s…
Any particular reason to adopt Rust for this project instead of Go as many of your other products?
Because I think since you have quite extensive Go codebase I would imagine you had to rewrite possibly a significant amount of code.