mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
29 lines
No EOL
522 B
YAML
29 lines
No EOL
522 B
YAML
server: example.com
|
|
|
|
auth: "hello world"
|
|
|
|
# tls:
|
|
# sni: another.example.com
|
|
# insecure: false
|
|
# ca: custom_ca.crt
|
|
|
|
# quic:
|
|
# initStreamReceiveWindow: 8388608
|
|
# maxStreamReceiveWindow: 8388608
|
|
# initConnReceiveWindow: 20971520
|
|
# maxConnReceiveWindow: 20971520
|
|
# maxIdleTimeout: 30s
|
|
# keepAlivePeriod: 10s
|
|
# disablePathMTUDiscovery: false
|
|
|
|
bandwidth:
|
|
up: "100 mbps"
|
|
down: "100 mbps"
|
|
|
|
# fastOpen: true
|
|
|
|
socks5:
|
|
listen: 127.0.0.1:1080
|
|
# username: "user"
|
|
# password: "haha233"
|
|
# disableUDP: true |