31 lines
587 B
Smarty
31 lines
587 B
Smarty
listen: :{{HYSTERIA_PORT}}
|
|
|
|
tls:
|
|
cert: /etc/hysteria/server.crt
|
|
key: /etc/hysteria/server.key
|
|
|
|
auth:
|
|
type: http
|
|
http:
|
|
url: http://127.0.0.1:{{UI_PORT}}/hui/hysteria2/auth
|
|
insecure: true
|
|
|
|
obfs:
|
|
type: salamander
|
|
salamander:
|
|
password: "{{HYSTERIA_OBFS_PASSWORD}}"
|
|
|
|
bandwidth:
|
|
up: "{{BANDWIDTH_UP}}"
|
|
down: "{{BANDWIDTH_DOWN}}"
|
|
|
|
trafficStats:
|
|
listen: 127.0.0.1:{{HYSTERIA_API_PORT}}
|
|
secret: "{{HYSTERIA_API_SECRET}}"
|
|
|
|
quic:
|
|
initStreamReceiveWindow: 8388608
|
|
maxStreamReceiveWindow: 8388608
|
|
initConnReceiveWindow: 20971520
|
|
maxConnReceiveWindow: 20971520
|