mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 04:15:24 +02:00
adguardhome: add Dutch translation
This commit is contained in:
parent
6124978557
commit
c02fff4330
1 changed files with 32 additions and 0 deletions
32
pages.nl/common/adguardhome.md
Normal file
32
pages.nl/common/adguardhome.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# AdGuardHome
|
||||
|
||||
> Netwerkbrede software voor het blokkeren van advertenties en tracking.
|
||||
> Meer informatie: <https://github.com/AdguardTeam/AdGuardHome>.
|
||||
|
||||
- Voer AdGuard Home uit:
|
||||
|
||||
`AdGuardHome`
|
||||
|
||||
- Voer AdGuard Home uit met een specifieke configuratie:
|
||||
|
||||
`AdGuardHome --config {{pad/naar/AdGuardHome.yaml}}`
|
||||
|
||||
- Stel de werkdirectory in waarin gegevens moeten worden opgeslagen:
|
||||
|
||||
`AdGuardHome --work-dir {{pad/naar/directory}}`
|
||||
|
||||
- Installeer of verwijder AdGuard Home als een service:
|
||||
|
||||
`AdGuardHome --service {{install|uninstall}}`
|
||||
|
||||
- Start de AdGuard Home-service:
|
||||
|
||||
`AdGuardHome --service start`
|
||||
|
||||
- Laad de configuratie voor de AdGuard Home-service opnieuw:
|
||||
|
||||
`AdGuardHome --service reload`
|
||||
|
||||
- Stop of herstart de AdGuard Home-service:
|
||||
|
||||
`AdGuardHome --service {{stop|restart}}`
|
Loading…
Add table
Reference in a new issue