[Unit] Description=DNS-over-HTTPS Server Documentation=https://github.com/m13253/dns-over-https After=network.target [Service] AmbientCapabilities=CAP_NET_BIND_SERVICE ExecStart=/usr/local/bin/doh-server -conf /etc/dns-over-https/doh-server.conf LimitNOFILE=1048576 Restart=always RestartSec=3 Type=simple DynamicUser=yes [Install] WantedBy=multi-user.target