From 2579b1f9f2b8b7f305810a5d0767a65861f81a5b Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 24 Mar 2016 04:03:31 +0100 Subject: [PATCH] Add usage instructions --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e47421..7f3588d 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# 46snihdnat-data \ No newline at end of file +# 46snihdnat-data + +This repo contains zone information for `hamburgmesh.net`. This repo is automatically pulled every 15min, create a pull request to get a subdomain. The proxy is limited to `2001:bf7::/32`, so you need an ipv6 address from this range. + +## Get a subdomain + +``` +# point an A record to the proxy +yoursub A $SNI +# point an AAAA record to your server +yoursub AAAA 2001:bf7::1 +# point an AAAA record to your server, create an A record to the proxy, all-in-one +yourothersub % 2001:bf7::2 +``` + +## Use your own domain + +1. Register a domain +2. Create an AAAA record pointing to your server + (Needs to be located in 2001:bf7::/32) +3. Create an A record pointing to `46.101.199.212` + +## Powered by + +[kpcyrd/46snihdnat](https://github.com/kpcyrd/46snihdnat)