Skip to content

Commit f43fca8

Browse files
author
Jill Grant
authored
Merge pull request #287801 from asudbring/us317713-sfi-image-greg
DNS SFI Image remediation
2 parents b1465ec + 1d65bd1 commit f43fca8

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

articles/dns/dns-import-export-portal.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ The following notes provide more details about the zone import process.
7878
IN MX 10 mail.adatum.com.
7979
IN MX 20 mail2.adatum.com.
8080
81-
dns1 IN A 5.4.3.2
82-
dns2 IN A 4.3.2.1
83-
server1 IN A 4.4.3.2
84-
server2 IN A 5.5.4.3
85-
ftp IN A 3.3.2.1
86-
IN A 3.3.3.2
81+
dns1 IN A 203.0.113.2
82+
dns2 IN A 203.0.113.1
83+
server1 IN A 192.0.2.2
84+
server2 IN A 192.0.2.3
85+
ftp IN A 198.51.100.1
86+
IN A 198.51.100.2
8787
mail IN CNAME server1
8888
mail2 IN CNAME server2
8989
www IN CNAME server1
@@ -160,12 +160,12 @@ The following notes provide more details about the zone import process.
160160
@ 3600 IN MX 20 mail2.adatum.com.
161161
162162
; A Records
163-
dns1 3600 IN A 5.4.3.2
164-
dns2 3600 IN A 4.3.2.1
165-
ftp 3600 IN A 3.3.2.1
166-
ftp 3600 IN A 3.3.3.2
167-
server1 3600 IN A 4.4.3.2
168-
server2 3600 IN A 5.5.4.3
163+
dns1 3600 IN A 203.0.113.2
164+
dns2 3600 IN A 203.0.113.1
165+
ftp 3600 IN A 198.51.100.1
166+
ftp 3600 IN A 198.51.100.2
167+
server1 3600 IN A 192.0.2.2
168+
server2 3600 IN A 192.0.2.3
169169
170170
; AAAA Records
171171
17.6 KB
Loading
418 Bytes
Loading
2.49 KB
Loading
-398 Bytes
Loading
7.98 KB
Loading
-1.17 KB
Loading
14.2 KB
Loading
311 Bytes
Loading

0 commit comments

Comments
 (0)