Wireguard + VPS: need help for QUIC

@Roberto

Thanks.
That’s what I did in my docker-compose.yaml.
Since the Storj node’s traffic goes through wireguard container, I did it on this container.


@arrogantrabbit

Thanks.
Yes, I’ve already removed it. I just put what you described in your tutorial (very helpful!).


Thanks. At this point, I will take the “static IP” option you mention (I’m using ephemeral IP with OCI, but it should live for the lifetime of the instance).
So if I understand you correctly, I would just need to use this config file for the Wireguard client container (I commented the old version):

[Interface]
PrivateKey = <Wireguard client private key>
Address = 10.10.0.2
        
[Peer]
PublicKey = <Wireguard server public key>
#AllowedIPs = 0.0.0.0/0
AllowedIPs = 10.10.0.1/32
Endpoint = 148.116.81.49:51820
PersistentKeepalive = 25

Is that right?


But in this more recent thread, @Alexey also mentions that this should have a minor impact: