Current Behavior
I have set up WireGuard server on OVH VPS because of its antiddos and when I connect to it from my ubuntu server everything except the dockers work, such as ssh or https. I can normally connect to panel and manage servers but when I try to start them and there is some task that needs internet connection it throws error.
Here is my WireGuard Configuration on ubuntu server where the panel is hosted
Address = 10.1.1.2/24
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
MTU = 1420
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxx
Endpoint = xxxxxxxxxxxxxxxxxxxxxx:51820
AllowedIPs = 0.0.0.0/0
PersistentKeepalive = 25
and here is the OVH VPS config
Address = 10.1.1.1/24
ListenPort = 51820
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AllowedIPs = 10.1.1.2/32```
### Expected Behavior
I expect the docker to successfully connect to internet.
### Steps to Reproduce
Connect to WireGuard tunnel.
### Panel Version
1.11.10
### Wings Version
1.11.13
### Games and/or Eggs Affected
_No response_
### Docker Image
_No response_
### Error Logs
```bash
Is there an existing issue for this?
Current Behavior
I have set up WireGuard server on OVH VPS because of its antiddos and when I connect to it from my ubuntu server everything except the dockers work, such as ssh or https. I can normally connect to panel and manage servers but when I try to start them and there is some task that needs internet connection it throws error.
Here is my WireGuard Configuration on ubuntu server where the panel is hosted
and here is the OVH VPS config
Is there an existing issue for this?