blob: 73add3d9842efe7addfe9e3cb93b33174740f62e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=dnsd
[Service]
Environment=PORT=53
Environment=FORWARD_SERVER=1.1.1.1:53
ExecStart=/usr/local/bin/dnsd -zone-file https://host.domain.tld/path/to/your.zone -zone-file https://host.domain.tld/path/to/adblock.zone
Restart=always
RestartSec=1s
[Install]
WantedBy=multi-user.target
|