mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
41 lines
705 B
YAML
41 lines
705 B
YAML
listen: :443
|
|
|
|
# tls:
|
|
# cert: my.crt
|
|
# key: my.key
|
|
|
|
acme:
|
|
domains:
|
|
- my.example.com
|
|
email: hackerman@abcd.com
|
|
# ca: LetsEncrypt
|
|
# disableHTTP: false
|
|
# disableTLSALPN: false
|
|
# altHTTPPort: 80
|
|
# altTLSALPNPort: 443
|
|
# dir: custom_dir
|
|
|
|
# quic:
|
|
# initStreamReceiveWindow: 8388608
|
|
# maxStreamReceiveWindow: 8388608
|
|
# initConnReceiveWindow: 20971520
|
|
# maxConnReceiveWindow: 20971520
|
|
# maxIdleTimeout: 30s
|
|
# maxIncomingStreams: 1024
|
|
# disablePathMTUDiscovery: false
|
|
|
|
# bandwidth:
|
|
# up: 100 mbps
|
|
# down: 100 mbps
|
|
|
|
# disableUDP: false
|
|
|
|
auth:
|
|
type: password
|
|
password: some_password
|
|
|
|
masquerade:
|
|
type: proxy
|
|
proxy:
|
|
url: https://some.site.net
|
|
rewriteHost: true
|