hysteria-dev/app/client.example.yaml
2023-07-09 16:37:18 -07:00

50 lines
859 B
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
forwarding:
- listen: 127.0.0.1:6666
remote: 127.0.0.1:5201
protocol: tcp
- listen: 127.0.0.1:5353
remote: 1.1.1.1:53
protocol: udp
udpTimeout: 30s