Website/docs/Self-host/Adguard.md

20 lines
311 B
Markdown
Raw Permalink Normal View History

2025-05-28 22:14:52 +09:00
# 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/
```
2025-05-28 22:21:42 +09:00
## Tailscale
```shell title="Change MTU"
ip link set tailscale0 mtu 1180
```