Compare commits

..

2 commits

Author SHA1 Message Date
1bb705aa4e
AdGuard: Add tailscale MTU setting 2025-05-28 22:21:42 +09:00
eb3d8b8a08
Add AdGuard 2025-05-28 22:14:52 +09:00

19
docs/Self-host/Adguard.md Normal file
View file

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