zrok/etc/Caddyfile

8 lines
97 B
Caddyfile
Raw Normal View History

2023-08-11 20:15:59 +02:00
servers :2015 {
route / {
visitor_ip "stderr"
}
respond "hello, world!"
2023-08-11 20:15:59 +02:00
protocols h1 h2c
}