diff --git a/docs/Self-host/Adguard.md b/docs/Self-host/Adguard.md new file mode 100644 index 0000000..3eb870c --- /dev/null +++ b/docs/Self-host/Adguard.md @@ -0,0 +1,19 @@ +# AdGuard + +## Backup + +```shell title="Backup AdGuard config" +cp /opt/adguard/AdGuardHome.yaml /var/backups/adguard/ +``` + +## Restore + +```shell title="Restore AdGuard config" +cp /var/backups/adguard/AdGuardHome.yaml /opt/adguard/ +``` + +## Tailscale + +```shell title="Change MTU" +ip link set tailscale0 mtu 1180 +```