Add ipv6 and ipv4 test sites

This commit is contained in:
Marko Korhonen 2024-05-15 17:58:27 +03:00
parent becfcc4968
commit 0610df9908
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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