My domain is: coust.cloud
I ran this command: dig +trace +additional auth.coust.cloud
It produced this output:
auth.coust.cloud. 600 IN NS auth.coust.cloud.
auth.coust.cloud. 600 IN A 35.211.229.210
couldn't get address for 'auth.coust.cloud': failure
dig: couldn't get address for 'auth.coust.cloud': no more
My web server is (include version): Latest acme-dns commit 68bb6ab from 11.01.2021
The operating system my web server runs on is (include version): Ubuntu 20.04.2 LTS
My hosting provider, if applicable, is: tried on both Google Cloud Compute Instance and on Oracle Cloud Compute Instance.
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): (irrelevant?) the final outcome is managing nginx-proxy-manager on my local network
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): -
Basically I can reach the local acme-dns stuff by running dig @0.0.0.0 auth.coust.cloud
and get the answer:
;; ANSWER SECTION:
auth.coust.cloud. 3600 IN A 130.61.122.175
the problem is reaching the auth.coust.cloud from the outside. All DNS checkers can't resolve the IP address and the dig +trace +additional auth.coust.cloud
always returns couldn't get address for 'auth.coust.cloud': failure
and dig: couldn't get address for 'auth.coust.cloud': no more
My primary use of the domain is for Mail-in-a-box instance where I set up custom DNS records. I tried to reverting back to porkbun default nameservers and adding records on their web page but the outcome is the same. I checked two machines, one on Google Cloud and one on Oracle Cloud. Firewall allows 53, 80 and 443 ports. Security lists/firewalls on the cloud providers are changed to allow communication on mentioned ports too.
I'm at loss and maybe some of you can quickly catch the mistake or point me in a good directions.
What I'm trying to achieve is running nginx-proxy-manager with added wildcard *.coust.cloud certificate for all my subdomains and auto renewal and I need acme-dns for that. I would like to use my domain name to access local stuff so I added the record to direct main page to 192.168.137.2. I also had wildcard record pointing to the same address before I tried setting up DNS records directly on porkbun site (that I will add back later on after finding the cause of issue). I'm trying to have https to my local nginx-proxy-manager with the rest of apps in docker containers and common network without exposing any ports except 443 - all trafic will be going thru nginx and each app will have their own subdomain.