Add ipv6 and ipv4 test sites

This commit is contained in:
Marko Korhonen 2024-05-15 17:58:27 +03:00
parent 8e1723e3e1
commit aaa9cc67b9

View file

@ -152,6 +152,11 @@ korhonen.cc, *.korhonen.cc {
reverse_proxy drop:3000 reverse_proxy drop:3000
} }
@ipvX host ipv6.korhonen.cc ipv4.korhonen.cc
handle @ipvX {
respond {remote_host}
}
handle { handle {
respond "404 Not Found" 404 respond "404 Not Found" 404
} }