summarylogtreecommitdiffstats
path: root/dnsproxy-adguard@.service
blob: e0e67e7c6bf23ef4b98fe0ea8b0a83f7a5b4645f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Simple DNS proxy with DoH, DoT, and DNSCrypt support by AdguardTeam
After=network.target

[Service]
Type=simple
User=nobody
Group=nobody
ExecStart=/usr/bin/dnsproxy-adguard -l 127.0.0.1 -p %i -u tls://8.8.8.8 -u tls://8.8.4.4 -u https://mozilla.cloudflare-dns.com/dns-query -u https://dns.adguard.com/dns-query -u tls://9.9.9.9 -u tls://dns.adguard.com --cache --all-servers 

[Install]
WantedBy=default.target