Quentin McGaw
                                            Quentin McGaw
                                        
                                    @Astroamadeus Thanks! > I will be very happy the test the "Read custom Wireguard configuration file" when it will be available. What VPN provider are you using? Note the custom...
Wireguard support for ivpn is up on `:latest`
@ksurl > The Vpnunlimited wireguard config is just a conf file download so supporting the custom config would cover it Actually whilst we're at it!... Can you generate a few...
@Astroamadeus thanks, we'll use a custom configuration file for it then. If anyone is using Surfshark (maybe @frepke right?), can you try the image `qmcgaw/gluetun:surfshark-wireguard` with ```sh docker run -it...
@frepke Ah indeed, they might not support manual setup. I have all the code and their Wireguard servers and public keys ready in #587 but it might come to the...
Thanks @nearcatch and @ksurl for your help. Alright, it will have to be through a custom configuration file then. Maybe one day I can hack together something to imitate what...
@romainguinot Nice, I'll have a look later, thanks for the research! > would need to be also restarted if the key is rotated No, I can just restart Wireguard from...
@harrytheeskimo thanks for reporting the issue! It's fixed now (still building) with https://github.com/qdm12/gluetun/commit/61afdce788c8eb8896bb15a3276808ac819055f5
> I tried toggling the vpn using the api and it appeared to toggle off fine That's a bug, I'll check. EDIT: definitely a bug, the tun device doesn't seem...
@nearcatch It should be fixed by 82ac568ee349992ae4c592ee5d24908a3780be75 in the `:latest` image. It was the Wireguard link `wg0` not being shutdown & removed properly, so it would prevent a second one...