zrok/etc/Caddyfile
2023-08-11 14:15:59 -04:00

8 lines
97 B
Caddyfile

servers :2015 {
route / {
visitor_ip "stderr"
}
respond "hello, world!"
protocols h1 h2c
}