IPv6 connectivity test and networking toolbox
https://ip6.biz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
sample-nginx-config | 12 months ago | |
src | 9 months ago | |
submodules | 1 year ago | |
.gitmodules | 1 year ago | |
LICENSE | 10 months ago | |
README.md | 1 year ago |
README.md
ip6.biz
IPv6 connectivity test and networking toolbox
Installation
cd /path/to/cloned/repo
git submodule init
git submodule update
- set up nginx like shown in
sample-nginx-config/ip6.biz.conf
- set up the following subdomain-dns records and zones
v4
- A to server IPv4 onlyv6
- AAAA to server IPv6 onlyany
- both A and AAAAf4
- AAAA onlyf6
- A onlyf6
- A onlyz4
- zone with IPv4 nameservers and glues onlyv4
andv6
like above
z6
- zone with IPv4 nameservers and glues onlyv4
andv6
like above
- replace all occurrences of
ip6.biz
(don't forgetAccess-Control-Allow-Origin
in the nginx config!)