Compare commits

..

No commits in common. "1bb705aa4e1fefbbabc657615187c1ec51d68f6f" and "0cf6d4d02a4d303eb2e5561b5cf8bd8128ef6e99" have entirely different histories.

View file

@ -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
```