Quentin McGaw
Quentin McGaw
@RobHofmann awesome, your last command for the forward table should be safe. I'll incoporate it in gluetun with an environment variable and document this in the wiki. Stay tuned for...
Yeah I worked on that back then, but some pieces are missing for it to work. Note for instance you can use the custom provider (see custom provider wiki page)...
Note to future myself: 1. Add a yml configuration source 2. Allow multiple yml files with suffix 1.yml, 2.yml, etc. to rotate on failure That way you could even rotate...
🤔 I'm not sure I can do much. If the Wireguard interface type isn't exposed by your OS, Gluetun can't do much about it since it's 'just a container'. How...
Interesting, so how did restart gluetun work? I'd guess it was just the kernel module not being loaded right?
Interesting, do you think you could still reproduce the bug or would it be too much hassle? I can code something up (probably this weekend) to try loading the module...
Can you add some context please? How is it different?
Would https://github.com/Windscribe/Desktop-App be compatible with the free tier? Let me know and I can dig into it. Under the hood I would bet they just use Wireguard or Openvpn and...
Hey there! As in, you should really have the firewall on otherwise data might leak outside the vpn. Now maybe the problems lies in ``` 2022/02/20 14:52:10 INFO routing: local...
> Is there a command I can pass on startup to address the issue temporarily ? You can use https://github.com/qdm12/gluetun/wiki/Firewall-options#custom-iptables-rules if you want to fiddle with the firewall. I will...