Questions tagged [dns-hosting]

DNS hosting service is the service than runs DNS servers.

DNS hosting service is the service than runs DNS servers. Most, but not all, domain name registrars include DNS hosting service with registration. Free DNS hosting services also exist.

DNS hosting service is optimal when the provider has multiple servers in various geographic locations that provide resilience and minimize latency for clients around the world. By operating DNS nodes closer to end users, DNS queries travel a much shorter distance, resulting in faster Web address resolution speed.

Source: Wikipedia.

521 questions
0
votes
1 answer

Setting up DNS for self-hosted ACME DNS server

I'm probably just being dense about this, but I am trying to set up an ACME DNS server on my local network (publicly accessible) to handle the DNS-01 challenges required to automate the renewal/reissuing of Let's Encrypt SSL certificates for my…
G_Hosa_Phat
  • 101
  • 5
0
votes
1 answer

301 Redirect old domain to new and use the old domain for emails

What I want to do: Part 1. Redirect old domain to new domain. Part 2. Use the old domain for mails My current setup: Both domains are set up with Google Load Balancer and using Google managed SSL. To achieve what I intended to do, is it right to…
0
votes
2 answers

Have godaddy point to specific path on custom ip

I have an ec2 machine running nginx. It has a lot of projects and typically I access it via: https://ai.mydomain.com/myproject One of these projects is spinning out to be separate. Assuming the ip was xxx.yyy.aaa.bbb, how would I get the godaddy to…
0
votes
1 answer

Bind: Zone not loaded due to errors

I'm very new to this and I have been trying to set up a DNS server but I'm keep getting the following error when I type systemctl status named.service: zone 30.168.192.in.addr.arpa/IN: not loaded due to an error _default/30.168.192.in.addr.arpa/IN:…
Eina
  • 1
  • 2
0
votes
2 answers

dig +trace: no servers could be reached for my domain?

I am building my app in AWS. I have deployed my Reactjs frontend project in an EC2 instance. Instead of users from the external internet world visiting my EC2 instance directly, I want to put it behind the AWS API Gateway. So AWS API Gateway would…
0
votes
1 answer

a record and wildcard to setup subdomain by starting letter

I have four servers working with a private web app: g****.example.com with all profiles starting with g ( g1001, g1002, g1002 ..) m*****.example.com with all profiles starting with m (m1001 ...) s****.example.com ( s1001 ....) t****.example.com…
0
votes
1 answer

What was the reason for dns validation?

I got a certificate from AWS and did dns validation in the process of https communication. But I'm not sure why you are doing that verification. To use the domain, I got a domain from a hosting company and registered it on route53. Isn't this…
user783741
  • 13
  • 2
0
votes
1 answer

My web-app works when visited without a www prefixed to its domain, but it returns a 522 error when visited with a www prefix

I am hosting a simple web-app on Cloudflare using pages and a basic DNS configuration for a custom domain name. For privacy sake, call it myapp. When I visit https://myapp.com the web-app works correctly, but when I visit https://www.myapp.com I am…
Eliot
  • 11
  • 1
0
votes
0 answers

server can't find :NXDOMAIN -- Ubuntu 18

Went thru all possible available solutions over the internet, before posting the question here. I'm trying to replicate my working DNS production server onto a staging environment using the same Ansible Playbooks (with new values of-course :)) Only…
dev
  • 101
0
votes
1 answer

What happens if you make a mistake when you change the authoritative nameservers for a domain?

Say for example during a DNS migration to cloudflare, rather than transfering to "fred.ns.cloudflare.com" you typo'd "ferd.ns.cloudflare.com" or something similar for NS1, and the same kind of thing for NS2. You realise this after the change has…
Nick
  • 3
  • 1
0
votes
1 answer

Pointing a custom domain to Azure Web App - Without the need of adding verification records

I have a website running on Azure Web App. This website provides a profile page to its users. The users are looking to point their custom domains to their respective profile page. I want to minimize the manual steps to achieve this. For every custom…
user559788
  • 105
  • 1
0
votes
1 answer

How many custom domains be hosted per GCP account?

I have GCP account AxyzTxyz.com (masked) for which i also have google workspace account. In this GCP account, i have multiple projects, each would have their web domain. e.g. project 1 will have www.domain1.com, project 2 will have www.domain2.com…
0
votes
1 answer

How should I further troubleshoot port 53 incoming network connections?

I have a Debian 10 Buster server connected to a fiber Internet connection. I'm attempting to run a DNS service on port 53 of the server. What tools or techniques should I use to determine why packets are not arriving at my DNS service on the…
EliRibble
  • 3
  • 1
0
votes
1 answer

Hosting a GCP instance on a WP Subdomain

I have a custom domain (mydomain.com) hosted on Wordpress.com. I also have a Mautic instance hosted on Google Cloud (GCP). How do I make my Mautic instance ride on a subdomain (mautic.mydomain.com)?
0
votes
1 answer

How do I not lose my Rackspace emails when I use WordPress DNS?

I use Rackspace for my email currently and would like for WordPress to host my website. When I pointed the DNS to WP, I lost my emails in Rackspace. When I pointed the DNS back to where it was previously, my emails came back. How do I use WP as my…