Created
December 31, 2012 11:40
-
-
Save alister/4419224 to your computer and use it in GitHub Desktop.
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
-- File: abulman.co.uk.lua | |
-- Zone: abulman.co.uk | |
-- SOA record is automatically generated | |
-- Variable _a is replaced with zone name | |
-- _a = "abulman.co.uk" (from the filename) | |
-- _webserverIP & _longTTL are variables | |
-- A records - | |
std_a(_a, _webserverIP) | |
a('blog', _webserverIP, _longTTL) | |
-- CNAME records | |
cname("pages", 'ghs.google.com') | |
-- Templates (see templates.lua) | |
google_app(_a, 'ghs.google.com', _longTTL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment