32 lines
691 B
Smarty
32 lines
691 B
Smarty
listen: {{HYSTERIA_BIND_HOST}}:{{HYSTERIA_PORT}}
|
|
|
|
{{TLS_ACME_BLOCK}}
|
|
{{TLS_FILE_BLOCK}}
|
|
|
|
auth:
|
|
type: http
|
|
http:
|
|
url: http://127.0.0.1:{{UI_PORT}}/hui/hysteria2/auth?access_token={{HYSTERIA_API_SECRET}}
|
|
insecure: {{AUTH_INSECURE}}
|
|
|
|
obfs:
|
|
type: salamander
|
|
salamander:
|
|
password: "{{HYSTERIA_OBFS_PASSWORD}}"
|
|
|
|
bandwidth:
|
|
up: "{{BANDWIDTH_UP}}"
|
|
down: "{{BANDWIDTH_DOWN}}"
|
|
|
|
ignoreClientBandwidth: {{IGNORE_CLIENT_BANDWIDTH}}
|
|
|
|
trafficStats:
|
|
listen: {{HYSTERIA_API_HOST}}:{{HYSTERIA_API_PORT}}
|
|
secret: "{{HYSTERIA_API_SECRET}}"
|
|
|
|
quic:
|
|
initStreamReceiveWindow: 8388608
|
|
maxStreamReceiveWindow: 8388608
|
|
initConnReceiveWindow: 20971520
|
|
maxConnReceiveWindow: 20971520
|