mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 13:29:53 +00:00
chore: dos2unix client_test.yaml
NOTE: squash this commit with previous one before merge
This commit is contained in:
parent
de7d7dc51e
commit
d34ff757c3
@ -1,88 +1,88 @@
|
|||||||
server: example.com
|
server: example.com
|
||||||
|
|
||||||
auth: weak_ahh_password
|
auth: weak_ahh_password
|
||||||
|
|
||||||
transport:
|
transport:
|
||||||
type: udp
|
type: udp
|
||||||
udp:
|
udp:
|
||||||
hopInterval: 30s
|
hopInterval: 30s
|
||||||
|
|
||||||
obfs:
|
obfs:
|
||||||
type: salamander
|
type: salamander
|
||||||
salamander:
|
salamander:
|
||||||
password: cry_me_a_r1ver
|
password: cry_me_a_r1ver
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
sni: another.example.com
|
sni: another.example.com
|
||||||
insecure: true
|
insecure: true
|
||||||
pinSHA256: 114515DEADBEEF
|
pinSHA256: 114515DEADBEEF
|
||||||
ca: custom_ca.crt
|
ca: custom_ca.crt
|
||||||
|
|
||||||
quic:
|
quic:
|
||||||
initStreamReceiveWindow: 1145141
|
initStreamReceiveWindow: 1145141
|
||||||
maxStreamReceiveWindow: 1145142
|
maxStreamReceiveWindow: 1145142
|
||||||
initConnReceiveWindow: 1145143
|
initConnReceiveWindow: 1145143
|
||||||
maxConnReceiveWindow: 1145144
|
maxConnReceiveWindow: 1145144
|
||||||
maxIdleTimeout: 10s
|
maxIdleTimeout: 10s
|
||||||
keepAlivePeriod: 4s
|
keepAlivePeriod: 4s
|
||||||
disablePathMTUDiscovery: true
|
disablePathMTUDiscovery: true
|
||||||
|
|
||||||
bandwidth:
|
bandwidth:
|
||||||
up: 200 mbps
|
up: 200 mbps
|
||||||
down: 1 gbps
|
down: 1 gbps
|
||||||
|
|
||||||
fastOpen: true
|
fastOpen: true
|
||||||
|
|
||||||
lazy: true
|
lazy: true
|
||||||
|
|
||||||
mixed:
|
mixed:
|
||||||
listen: 127.0.0.1:1080
|
listen: 127.0.0.1:1080
|
||||||
username: anon
|
username: anon
|
||||||
password: bro
|
password: bro
|
||||||
disableUDP: true
|
disableUDP: true
|
||||||
realm: martian
|
realm: martian
|
||||||
|
|
||||||
socks5:
|
socks5:
|
||||||
listen: 127.0.0.1:1080
|
listen: 127.0.0.1:1080
|
||||||
username: anon
|
username: anon
|
||||||
password: bro
|
password: bro
|
||||||
disableUDP: true
|
disableUDP: true
|
||||||
|
|
||||||
http:
|
http:
|
||||||
listen: 127.0.0.1:8080
|
listen: 127.0.0.1:8080
|
||||||
username: qqq
|
username: qqq
|
||||||
password: bruh
|
password: bruh
|
||||||
realm: martian
|
realm: martian
|
||||||
|
|
||||||
tcpForwarding:
|
tcpForwarding:
|
||||||
- listen: 127.0.0.1:8088
|
- listen: 127.0.0.1:8088
|
||||||
remote: internal.example.com:80
|
remote: internal.example.com:80
|
||||||
|
|
||||||
udpForwarding:
|
udpForwarding:
|
||||||
- listen: 127.0.0.1:5353
|
- listen: 127.0.0.1:5353
|
||||||
remote: internal.example.com:53
|
remote: internal.example.com:53
|
||||||
timeout: 50s
|
timeout: 50s
|
||||||
|
|
||||||
tcpTProxy:
|
tcpTProxy:
|
||||||
listen: 127.0.0.1:2500
|
listen: 127.0.0.1:2500
|
||||||
|
|
||||||
udpTProxy:
|
udpTProxy:
|
||||||
listen: 127.0.0.1:2501
|
listen: 127.0.0.1:2501
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
|
|
||||||
tcpRedirect:
|
tcpRedirect:
|
||||||
listen: 127.0.0.1:3500
|
listen: 127.0.0.1:3500
|
||||||
|
|
||||||
tun:
|
tun:
|
||||||
name: "hytun"
|
name: "hytun"
|
||||||
mtu: 1500
|
mtu: 1500
|
||||||
timeout: 1m
|
timeout: 1m
|
||||||
address:
|
address:
|
||||||
ipv4: 100.100.100.101/30
|
ipv4: 100.100.100.101/30
|
||||||
ipv6: 2001::ffff:ffff:ffff:fff1/126
|
ipv6: 2001::ffff:ffff:ffff:fff1/126
|
||||||
route:
|
route:
|
||||||
strict: true
|
strict: true
|
||||||
ipv4: [0.0.0.0/0]
|
ipv4: [0.0.0.0/0]
|
||||||
ipv6: ["2000::/3"]
|
ipv6: ["2000::/3"]
|
||||||
ipv4Exclude: [192.0.2.1/32]
|
ipv4Exclude: [192.0.2.1/32]
|
||||||
ipv6Exclude: ["2001:db8::1/128"]
|
ipv6Exclude: ["2001:db8::1/128"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user