walkthrough.md
· 493 B · Markdown
Raw
# AdGuard Home + Wireguard + UDM pro
Nach einer Anleitung von TheMorpheus
https://www.youtube.com/watch?v=0cBZR4wy3ec
https://www.patreon.com/posts/157177525
## Server config
- CX 23
- 2 VCPU
- 4 GB RAM
- Ubuntu 24.04
## Walkthrough
'''
apt update && apt install -y ufw
ufw default deny incoming
ufw default allow outgoing
ufw allow 22/tcp comment "SSH"
ufw allow 80/tcp comment "HTTP-01 ACME (Cert-Erneuerung)"
ufw allow 443/tcp comment "DoH"
ufw --force enable
ufw status verbose
'''
AdGuard Home + Wireguard + UDM pro
Nach einer Anleitung von TheMorpheus https://www.youtube.com/watch?v=0cBZR4wy3ec https://www.patreon.com/posts/157177525
Server config
- CX 23
- 2 VCPU
- 4 GB RAM
- Ubuntu 24.04
Walkthrough
''' apt update && apt install -y ufw ufw default deny incoming ufw default allow outgoing ufw allow 22/tcp comment "SSH" ufw allow 80/tcp comment "HTTP-01 ACME (Cert-Erneuerung)" ufw allow 443/tcp comment "DoH" ufw --force enable ufw status verbose '''