diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-17 22:08:43 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-17 22:08:43 +0200 |
| commit | b38f95fd18134e2e546b3c1e67d91e0f08b824bb (patch) | |
| tree | 5b8d9264198d6a3f0d74528e97b0040ff0bf0f46 | |
| parent | 5ca492539904ad44190823a92c42acf2df9a9385 (diff) | |
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,11 +11,11 @@ The website can be run using the Docker image in the `docker-image` directory. The website needs the following hosts configured (or similar hosts): - `ipv6test.f3s.buetow.org` (IPv4 and IPv6) -- `test4.ipv6test.f3s.buetow.org` (IPv4 only) -- `test6.ipv6test.f3s.buetow.org` (IPv6 only) +- `ipv4.ipv6test.f3s.buetow.org` (IPv4 only) +- `ipv6.ipv6test.f3s.buetow.org` (IPv6 only) ## Try it out * https://ipv6test.f3s.buetow.org -* https://test4.ipv6test.f3s.buetow.org -* https://test6.ipv6test.f3s.buetow.org +* https://ipv4.ipv6test.f3s.buetow.org +* https://ipv6.ipv6test.f3s.buetow.org |
