J. Regner
Results
32
comments of
J. Regner
Facing the same issue. I connect to Wireguard, but can not access the internet. Setup: (Digital Ocean) Loadbalancer -> (Docker Swarm with 3 Nodes and) Traefik -> wg-easy I checked...
For testing purpose I used https://github.com/linuxserver/docker-wireguard and it worked immediantly. Here is my docker-compose.yaml with wg-easy: ```yaml services: wireguard: image: ghcr.io/wg-easy/wg-easy:14 restart: on-failure cap_add: - NET_ADMIN - SYS_MODULE sysctls: -...