Created
April 2, 2018 14:08
-
-
Save JakeDEvans/b20f9d440d268a86d3599f034b3969bf to your computer and use it in GitHub Desktop.
Cloudflare DoH Proxy Startup Script for Systemd (/etc/systemd/system/cloudflared.service)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Cloudflare DoH Proxy | |
[Service] | |
Type=simple | |
ExecStart=/usr/local/bin/cloudflared proxy-dns | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
easy install,