50c0de2d60
Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
530 B
YAML
22 lines
530 B
YAML
listen: :8443
|
|
#cert domain and token email auth password and proxy url need user input can be changed but need cloudflare api token if used with cloudflare, it can be set as default but need token
|
|
acme:
|
|
domains:
|
|
- "*.xxx.yyy"
|
|
email: abc@domain.com
|
|
type: dns
|
|
dns:
|
|
name: cloudflare
|
|
config:
|
|
cloudflare_api_token: xxxxxxxxxxxxxxxxxxxx
|
|
dir: /etc/hysteria/acme_certs
|
|
auth:
|
|
type: password
|
|
password: yyyyyyyyyyyyyyyy
|
|
|
|
masquerade:
|
|
type: proxy
|
|
proxy:
|
|
url: https://your.xxx.yyy/
|
|
rewriteHost: true
|