mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 04:27:39 +03:00
61 lines
1 KiB
YAML
61 lines
1 KiB
YAML
server: example.com
|
|
|
|
# obfs:
|
|
# type: salamander
|
|
# salamander:
|
|
# password: some_password
|
|
|
|
auth: some_password
|
|
|
|
# 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: pass
|
|
# disableUDP: true
|
|
|
|
http:
|
|
listen: 127.0.0.1:8080
|
|
# username: user
|
|
# password: pass
|
|
# realm: my_private_realm
|
|
|
|
tcpForwarding:
|
|
- listen: 127.0.0.1:8088
|
|
remote: example.com:80
|
|
- listen: 127.0.0.1:9099
|
|
remote: example.com:90
|
|
|
|
udpForwarding:
|
|
- listen: 127.0.0.1:5353
|
|
remote: example.com:53
|
|
timeout: 50s
|
|
- listen: 127.0.0.1:6464
|
|
remote: example.com:64
|
|
timeout: 20s
|
|
|
|
tcpTProxy:
|
|
listen: 127.0.0.1:2500
|
|
|
|
udpTProxy:
|
|
listen: 127.0.0.1:2501
|
|
timeout: 20s
|