Main public logs
Combined display of all available logs of Deffcon. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:35, 16 June 2025 Rusyanto talk contribs created page Wireguard - Docker (Created page with "== Install Wireguard == This is a quick start guide to get you up and running with WireGuard Easy. The easiest way to run WireGuard Easy is with Docker Compose. Create <code>docker-compose.yml</code> and execute <code>sudo docker compose up -d</code><syntaxhighlight lang="bash"> volumes: etc_wireguard: services: wg-easy: #environment: # Optional: # - PORT=51821 # - HOST=0.0.0.0 # - INSECURE=false image: ghcr.io/wg-easy/wg-easy:15 c...") Tag: Visual edit