Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azadrahorg/dohcloudflared
- Owner: azadrahorg
- License: mit
- Created: 2022-11-05T16:41:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:19:51.000Z (about 2 years ago)
- Last Synced: 2023-08-10T12:53:22.523Z (over 1 year ago)
- Topics: cloudflare, cloudflared, dns, dns-over-https, dns-server, dns-tunnel, doh
- Language: Shell
- Homepage: https://t.me/azadrahorg
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```