zrok/etc/Caddyfile
2023-08-11 14:25:39 -04:00

7 lines
71 B
Caddyfile

:2015 {
route / {
visitor_ip "stderr"
}
respond "hello, world!"
}