Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azadrahorg/dohcloudflared

DOH (DNS-over-HTTP) Cloudflare (Cloudflared) Installer
https://github.com/azadrahorg/dohcloudflared

cloudflare cloudflared dns dns-over-https dns-server dns-tunnel doh

Last synced: 4 months ago
JSON representation

DOH (DNS-over-HTTP) Cloudflare (Cloudflared) Installer

Awesome Lists containing this project

README

        

# 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
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
```