Last active
August 22, 2018 16:40
-
-
Save DazWilkin/2cda1cb0ec871430612342d86ce7c4ad to your computer and use it in GitHub Desktop.
CoreDNS
This file contains hidden or 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
$ORIGIN example.com. | |
@ 3600 IN SOA sns.dns.icann.org. noc.dns.icann.org. ( | |
2017042745 ; serial | |
7200 ; refresh (2 hours) | |
3600 ; retry (1 hour) | |
1209600 ; expire (2 weeks) | |
3600 ; minimum (1 hour) | |
) | |
3600 IN NS a.iana-servers.net. | |
3600 IN NS b.iana-servers.net. | |
orderer IN CNAME [[RELEASE-NAME]]-[[CHART-NAME]]-orderer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment