Skip to content

Commit 587bcd3

Browse files
committed
Updated DNS information in article
1 parent 97387df commit 587bcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/vmware-cloudsimple/on-premises-dns-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For example, for the default BIND server configuration, edit
4343
/etc/named.conf file on your DNS server and add the following zone information.
4444

4545
```
46-
zone "cloudsimple.io"
46+
zone "az.cloudsimple.io"
4747
{
4848
type stub;
4949
masters { IP address of DNS servers; };
@@ -88,7 +88,7 @@ For example, for the default BIND server configuration, edit
8888
information.
8989

9090
```
91-
zone "cloudsimple.io" {
91+
zone "az.cloudsimple.io" {
9292
type forward;
9393
forwarders { IP address of DNS servers; };
9494
};

0 commit comments

Comments
 (0)