Quentin McGaw

Results 873 comments of Quentin McGaw

Yes no pressure. I need to setup some optional pre-VPN setup to interact with VPN APIs (for PIA's Wireguard and here, for NordVPN load API). Although that will leak out...

Good suggestion. Right now I'm still in the middle of a rather large configuration parsing refactor and I am busier than usual with common life things unfortunately 😅 I would...

> What I'm trying to achieve is redirect some of the traffic on my local network over a protonvpn tunnel, and also have adblocking via a local adguard container. I...

> You're already trusting them with your http traffic for the same domain you're using their DNS for. Well yes they can see the IP address you connect to, but...

I'll check. Maybe the program still removes set name servers from /etc/hosts even when DOT=off, since it uses DNS_PLAINTEXT_ADDRESS. That's likely the problem here.

https://github.com/qdm12/gluetun/commit/7ba98af1cc4a969ff44ca4d9166b57654e534677 addressed part of the problem. What is left to do is to: 1. allow the user to pick an IPv6 VPN server IP address 2. allow outbound IPv6 traffic...

Ok I'll find a way to fix that. For now maybe try setting `WIREGUARD_INTERFACE=wg1` to use `wg1` instead of `wg0`? If that works, maybe a better solution would be to...

Can you share your configuration (remove private key/credentials)? If you can share logs too that would help. I just tried running two gluetun instances with Wireguard both on a Linux...