summarylogtreecommitdiffstats
path: root/dnsproxy-adguard@.service
diff options
context:
space:
mode:
Diffstat (limited to 'dnsproxy-adguard@.service')
-rw-r--r--dnsproxy-adguard@.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/dnsproxy-adguard@.service b/dnsproxy-adguard@.service
new file mode 100644
index 000000000000..e0e67e7c6bf2
--- /dev/null
+++ b/dnsproxy-adguard@.service
@@ -0,0 +1,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