Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 811 Bytes

README.md

File metadata and controls

50 lines (44 loc) · 811 Bytes

DOH (DNS-over-HTTPS) Cloudflared Tunnel Installer For Debian Ubuntu and CentOS

Cloudflare DOH Installer For Debian Ubuntu and CentOS

OS Supported:

Ubuntu 20.04
Ubuntu 22.04
Debian 10
Debian 11
CentOS Stream

Install

bash -c "$(curl -L https://raw.githubusercontent.com/azadrahorg/dohCloudflared/main/dohCloudflared.sh)"

How to Manage

Start the service.

systemctl start cloudflared

View the status of the service.

systemctl status cloudflared

Restart the service.

systemctl restart cloudflared

Enable service.

systemctl enable cloudflared

Disable service.

systemctl disable cloudflared

How to test DNS:

Run This Comamnd

dig google.com | grep 127.0.0.1

The output should be like below

From 127.0.0.1@53(UDP) in 0.2 ms