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