From 0fe5e4792e518a792ad0fb96ab3a9188d13a5824 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 13 May 2012 21:28:28 +0100 Subject: [PATCH] Add DNS for switch2osm.[org|com] --- Makefile | 3 +++ src/switch2osm | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/switch2osm diff --git a/Makefile b/Makefile index c960b81..6fcf9ac 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/osmfoundation.org data/stateofthemap.org data/stateofthemap.com \ data/opengeodata.org \ + data/switch2osm.org data/switch2osm.com \ data/tile.openstreetmap.org kml/tile.openstreetmap.org.kml clean: @@ -20,6 +21,8 @@ data/osmfoundation.org: src/osmfoundation data/stateofthemap.org: src/stateofthemap data/stateofthemap.com: src/stateofthemap data/opengeodata.org: src/opengeodata +data/switch2osm.org: src/switch2osm +data/switch2osm.com: src/switch2osm 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/switch2osm b/src/switch2osm new file mode 100644 index 0000000..04b286e --- /dev/null +++ b/src/switch2osm @@ -0,0 +1,14 @@ +# tinydns data for switch2osm +# +# Full reference is at http://cr.yp.to/djbdns/tinydns-data.html + +# Let Bytemark handle the DNS + +.switch2osm::a.ns.bytemark.co.uk +.switch2osm::b.ns.bytemark.co.uk +.switch2osm::c.ns.bytemark.co.uk + +# Main web server and it's aliases + ++switch2osm:212.110.186.236:3600 ++www.switch2osm:212.110.186.236:3600 -- 2.43.2