hysteria/app/client.example.yaml
2023-08-10 22:06:46 -07:00

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