Search code examples
dnsgoogle-cloud-platformgoogle-cloud-networking

Custom internal DNS


According to this documentation page, every VM instance has a DNS entry of the following form:

hostName.c.[PROJECT_ID].internal

This would look something like:

ownserver.c.myproject.internal

My question is: can I somehow add a custom internal DNS name for this server, so something like:

othername.c.myproject.internal


Solution

  • You could run your own DNS server and use that; you can't modify the internal DNS records, however.