From bd9d3d1c8aa1e60d6eae683d66db4b35c21c6924 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 9 Oct 2012 01:05:10 +0100 Subject: [PATCH 1/1] Add DNS for stateofthemap.eu --- Makefile | 2 ++ src/stateofthemap-eu | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/stateofthemap-eu diff --git a/Makefile b/Makefile index 7cfef98..0477055 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ all: data/openstreetmap.org data/openstreetmap.com data/openstreetmap.net \ data/openstreetmaps.org data/osm.org data/openmaps.org \ data/openworldmap.org data/freeosm.org \ data/osmfoundation.org data/stateofthemap.org data/stateofthemap.com \ + data/stateofthemap.eu \ data/opengeodata.org \ data/switch2osm.org data/switch2osm.com \ data/tile.openstreetmap.org @@ -29,6 +30,7 @@ data/stateofthemap.com: src/stateofthemap data/opengeodata.org: src/opengeodata data/switch2osm.org: src/switch2osm data/switch2osm.com: src/switch2osm +data/stateofthemap.eu: src/stateofthemap-eu data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml: src/tile.openstreetmap bin/mkgeo lib/countries.xml bin/mkgeo tile.openstreetmap tile.openstreetmap.org diff --git a/src/stateofthemap-eu b/src/stateofthemap-eu new file mode 100644 index 0000000..42a6411 --- /dev/null +++ b/src/stateofthemap-eu @@ -0,0 +1,18 @@ +# tinydns data for stateofthemap-eu +# +# Full reference is at http://cr.yp.to/djbdns/tinydns-data.html + +# Let Bytemark handle the DNS + +.stateofthemap-eu::a.ns.bytemark.co.uk +.stateofthemap-eu::b.ns.bytemark.co.uk +.stateofthemap-eu::c.ns.bytemark.co.uk + +# Let openstreetmap.at handle email for the moment + +@stateofthemap-eu::openstreetmap.at:1:3600 + +# Main web server and it's aliases + ++stateofthemap-eu:78.47.110.7:600 ++www.stateofthemap-eu:78.47.110.7:600 -- 2.43.2