# For the "reverse-proxy with auto TLS certificate", add entries as follows. # Don't forget to set `DNSPOD_TOKEN`, e.g., in /var/lib/caddy/envfile # # example.com { # reverse_proxy localhost:8080 # tls { # dns dnspod {env.DNSPOD_TOKEN} # } # } # # example.net { # reverse_proxy localhost:8800 # tls { # dns dnspod {env.DNSPOD_TOKEN} # } # }