Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion records/subdomain1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A subdomain1 192.0.2.1
CNAME subdomain1 target.com proxied
MX subdomain1 mailserver.com 20
MX subdomain1 10 mailserver.com
TXT subdomain1 "Some text record"
2 changes: 1 addition & 1 deletion records/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A test 192.0.2.1
CNAME test target.com
MX test mailserver.com 20
MX test 20 mailserver.com
TXT test "text record"
5 changes: 5 additions & 0 deletions records/text.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A 192.0.2.1
CNAME target.com
MX mailserver.com 10
TXT "text record"
AAAA 2001:0db8::1
Loading