blob: d24af364a0878ecc49bee5e4a1a1a144660ec1c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# IPv6 Test Website
This is a quick and dirty Perl-based IPv6 test website.
## Running the Website
The website can be run using the Docker image in the `docker-image` directory.
## Required Hosts Configuration
The website needs the following hosts configured (or similar hosts):
- `ipv6test.f3s.buetow.org` (IPv4 and IPv6)
- `ipv4.ipv6test.f3s.buetow.org` (IPv4 only)
- `ipv6.ipv6test.f3s.buetow.org` (IPv6 only)
## Try it out
* https://ipv6test.f3s.buetow.org
* https://ipv4.ipv6test.f3s.buetow.org
* https://ipv6.ipv6test.f3s.buetow.org
|