-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cffde5c
commit cb48444
Showing
7 changed files
with
27 additions
and
25 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,7 +1,7 @@ | ||
D("foo.com", "none", | ||
TXT("a", "simple"), | ||
TXT("b", "ws at end "), | ||
TXT("c", ["one"]), | ||
TXT("d", ["bonie", "clyde"]), | ||
TXT("e", ["straw", "wood", "brick"]), | ||
TXT("a", "simple"), | ||
TXT("b", "ws at end "), | ||
TXT("c", ["one"]), | ||
TXT("d", ["bonie", "clyde"]), | ||
TXT("e", ["straw", "wood", "brick"]), | ||
); |
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,5 +1,5 @@ | ||
D("foo.com", "none", | ||
TXT("dkimtest2", | ||
DKIM("this string is 255 bytes long.hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnKZogtjOlHoeY8iZ5o5brlPOsj/a2Q9Bopu1kHxlxrdw7tZVL9FzUMngiIYGrl8dbP7Rvk7TLMoxHxVkRZPBtIpsKIab/gOUoPLQVYbrAmzyguHYBwAApi3H/pvjUsK8+XF0dKY17AR96lokAPqvfBaUb+DSx8zNw2hrYWYVqvCtnxHUGEUhT1bTlEZBptH3jthis is the remainder. it is 156 bytes long.mOhl2JmbsFKy+RoMTwbkk0/meRvcEFWLHkr4MSgbnie6OpQvM4Y51+kO6DUVr3rwjrdVO9wpFt+n/hdQ92TNif17RMJtE5AGaQ6BN3yJQIDAQAB;"), | ||
), | ||
TXT("dkimtest2", | ||
DKIM("this string is 255 bytes long.hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnKZogtjOlHoeY8iZ5o5brlPOsj/a2Q9Bopu1kHxlxrdw7tZVL9FzUMngiIYGrl8dbP7Rvk7TLMoxHxVkRZPBtIpsKIab/gOUoPLQVYbrAmzyguHYBwAApi3H/pvjUsK8+XF0dKY17AR96lokAPqvfBaUb+DSx8zNw2hrYWYVqvCtnxHUGEUhT1bTlEZBptH3jthis is the remainder. it is 156 bytes long.mOhl2JmbsFKy+RoMTwbkk0/meRvcEFWLHkr4MSgbnie6OpQvM4Y51+kO6DUVr3rwjrdVO9wpFt+n/hdQ92TNif17RMJtE5AGaQ6BN3yJQIDAQAB;"), | ||
), | ||
); |
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,7 +1,7 @@ | ||
D("foo.com", "none", | ||
SRV('_ntp._udp', 1, 100, 123, 'one.foo.com.'), | ||
SRV('_ntp._udp', 2, 100, 123, 'two'), | ||
SRV('_ntp._udp', 3, 100, 123, 'localhost'), | ||
SRV('_ntp._udp', 4, 100, 123, 'three.example.com.'), | ||
SRV('_ntp._udp', 0, 0, 1, 'zeros'), | ||
SRV('_ntp._udp', 1, 100, 123, 'one.foo.com.'), | ||
SRV('_ntp._udp', 2, 100, 123, 'two'), | ||
SRV('_ntp._udp', 3, 100, 123, 'localhost'), | ||
SRV('_ntp._udp', 4, 100, 123, 'three.example.com.'), | ||
SRV('_ntp._udp', 0, 0, 1, 'zeros'), | ||
); |
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 @@ | ||
D("foo.com", "none", | ||
IGNORE("\\*.testignore"), | ||
IGNORE("\\*.testignore"), | ||
); |
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
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
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,5 +1,5 @@ | ||
D("example.com", "none", | ||
A("normal", "1.1.1.1"), | ||
A("helper", "2.2.2.2", ENSURE_ABSENT_REC()), | ||
//ENSURE_ABSENT(A("wrapped", "3.3.3.3")), | ||
A("normal", "1.1.1.1"), | ||
A("helper", "2.2.2.2", ENSURE_ABSENT_REC()), | ||
//ENSURE_ABSENT(A("wrapped", "3.3.3.3")), | ||
); |