diff --git a/docs/Self-host/Adguard.md b/docs/Self-host/Adguard.md deleted file mode 100644 index 3eb870c..0000000 --- a/docs/Self-host/Adguard.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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 -```