9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
turn.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
respond "where are you"
|
|
}
|