Skip to content

Instantly share code, notes, and snippets.

@alister
Created December 31, 2012 11:32
Show Gist options
  • Save alister/4419185 to your computer and use it in GitHub Desktop.
Save alister/4419185 to your computer and use it in GitHub Desktop.
# Sample tinydns record
# These records are necessary for each domain to be properly delegate
# to Bytemark's four DNS servers. They insert the necessary NS records
# to claim authority for the domain.
# If you have delegated by name to the [abc].ns.bytemark.co.uk
# servers, use these lines
.abulman.co.uk::a.ns.bytemark.co.uk:259200
.abulman.co.uk::b.ns.bytemark.co.uk:259200
.abulman.co.uk::c.ns.bytemark.co.uk:259200
#
+abulman.co.uk:188.40.84.86:86400
+www.abulman.co.uk:188.40.84.86:86400
+*.abulman.co.uk:188.40.84.86:86400
#
@abulman.co.uk::ASPMX.L.GOOGLE.COM:1:3600
@abulman.co.uk::ALT1.ASPMX.L.GOOGLE.COM:5:3600
@abulman.co.uk::ALT2.ASPMX.L.GOOGLE.COM:5:3600
@abulman.co.uk::ASPMX2.GOOGLEMAIL.COM:10:3600
@abulman.co.uk::ASPMX3.GOOGLEMAIL.COM:10:3600
@abulman.co.uk::ASPMX4.GOOGLEMAIL.COM:10:3600
@abulman.co.uk::ASPMX5.GOOGLEMAIL.COM:10:3600
# SPF record
:abulman.co.uk:16:\037v=spf1\040mx\040include\072plus.net\040~all:86400
# now obsolete link to Livejournal
+journal.abulman.co.uk:204.9.177.18:86400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment