Love the new 1.1.1.1 DNS.
The instructions are great and I would really like to get the DNS to HTTPs resolver working as a service on one of our linux boxes. When you execute the instructions on the tutorial - it only runs on terminal and can be terminated. I would like it to run as a linux service.
The problem is that the cloudflared dameon, whilst it does allow the install as:
cloudflared service install
returns the following error:
INFO[0000] Failed to copy user configuration. Before running the service, ensure that /etc/cloudflared contains two files, cert.pem and config.yml error=“open cert.pem: no such file or directory”
I can easily create the files, blank, in the directory, but I need a valid YAML to start the proxy-dns service and then set the address.
I tried with this as the config.yml as /etc/cloudflared/config.yml - but it fails - looks like I have the syntax wrong.
I tried to guess the structure with:
proxy-dns:
address: 192.168.x.x (obfuscated!)
but this did not work.
As this is a new implementation of the argo tunnel - there is no reference to it on the main argo tunnel documentation.
Could I please have an example .yml file to load the proxy-dns and set the listening address. This would be a great help and assist with implementation.
Please accept my apologies if I have not framed this correctly - this is my first post to the forum.