Compare commits
2 commits
0cf6d4d02a
...
1bb705aa4e
Author | SHA1 | Date | |
---|---|---|---|
1bb705aa4e | |||
eb3d8b8a08 |
1 changed files with 19 additions and 0 deletions
19
docs/Self-host/Adguard.md
Normal file
19
docs/Self-host/Adguard.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue