Update cloudflared-install.sh (#264)

Added the option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy
This commit is contained in:
davalanche
2024-11-15 11:15:25 -06:00
committed by GitHub
parent a29ed78ae3
commit f6cc26af3a
2 changed files with 43 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"updateable": false,
"privileged": false,
"interface_port": null,
"documentation": null,
"documentation": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/",
"website": "https://www.cloudflare.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/cloudflare.svg",
"description": "Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.",
@ -30,5 +30,10 @@
"username": null,
"password": null
},
"notes": []
}
"notes": [
{
"text": "With an option to configure cloudflared as a DNS-over-HTTPS (DoH) proxy"
"type": "info"
}
]
}