12 lines
150 B
Plaintext
12 lines
150 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
status.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
reverse_proxy localhost:83
|
|
|
|
import basicerrors
|
|
}
|