-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a flags "s" NAPTR test to exercize previous commit.
- Loading branch information
1 parent
d92343c
commit 1d21ed1
Showing
3 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/sh | ||
cleandig enum.test.com NAPTR | ||
|
||
cleandig ensm.test.com NAPTR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
0 enum.test.com. 3600 IN NAPTR 100 50 "u" "e2u+sip" "" testuser.domain.com. | ||
0 enum.test.com. 3600 IN NAPTR 100 50 "u" "e2u+sip" "" server1.test.com. | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='enum.test.com.', qtype=NAPTR | ||
0 ensm.test.com. 3600 IN NAPTR 100 50 "s" "e2u+sip" "" server1.test.com. | ||
2 server1.test.com. 3600 IN A 1.2.3.4 | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='ensm.test.com.', qtype=NAPTR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters