Haruue Icymoon
e70838cd98
fix: ipv{4,6}-only listen on wildcard address
...
fix : #797
when listening on a wildcard address like "0.0.0.0" or "[::]", hysteria
actually listened on both IPv4 and IPv6. this is a well-known bug of the
golang net package.
this commit introduces a fix for that, the intended behavior will be:
0.0.0.0:443 => listen on IPv4 only
[::]:443 => listen on IPv6 only
:443 => listen on both IPv4 and IPv6
2023-11-26 16:09:01 +08:00
Toby
f48a5edd39
Merge pull request #832 from apernet/wip-suffix-match
...
feat: domain suffix match
2023-11-22 20:45:05 -08:00
Toby
c341aea5d0
feat: domain suffix match
2023-11-22 20:21:08 -08:00
Toby
4cf253efec
fix: broken reconnect logic introduced in c62dc51
2023-11-22 15:59:56 -08:00
Toby
3a77d4756e
Merge pull request #825 from apernet/wip-hsinfo
...
feat: client handshake info
2023-11-18 21:04:38 -08:00
Toby
faeef50fc0
chore: use local var for info
2023-11-18 21:02:21 -08:00
Toby
ee3a23fb3e
Merge pull request #826 from apernet/wip-fix-bpsconv
...
fix: bps conv (should be 1000 not 1024)
2023-11-18 20:58:41 -08:00
Toby
6d6a26b399
fix: bps conv (should be 1000 not 1024)
2023-11-18 16:20:07 -08:00
Toby
0a77ce4d64
feat: client handshake info
2023-11-18 16:19:08 -08:00
Toby
cccb9558c0
Merge pull request #815 from apernet/geo-update
...
feat: geoUpdateInterval
2023-11-15 16:19:42 -08:00
Toby
e052f767db
feat: geoUpdateInterval
2023-11-13 20:27:08 -08:00
Toby
c62dc51017
feat: quic-go v0.40.0
2023-11-12 15:42:46 -08:00
Toby
9940ea9dd7
Merge pull request #811 from HynoR/master
...
Add hysteria listening address logging output when starting up
2023-11-10 18:05:46 -08:00
TAKO
0305037694
Merge branch 'apernet:master' into master
2023-11-11 09:21:28 +08:00
Toby
6872bb0263
improve code
2023-11-10 17:16:34 -08:00
Toby
cb8e6eeb93
feat: add linux/riscv64 build
2023-11-10 16:48:45 -08:00
HynoR
a1bd044467
Improve log output
2023-11-09 16:57:21 +08:00
HynoR
7b68bbf84a
Improve log output
2023-11-09 16:43:14 +08:00
Haruue Icymoon
14e3211226
fix(script): version check broken
2023-11-05 16:17:06 +08:00
Toby
a4a2f662bf
ci: disable broken NDK local cache
2023-10-29 22:18:06 -07:00
Toby
9ff8020803
feat: traffic stats API secret auth
2023-10-29 21:10:28 -07:00
Toby
a633d3e320
ci: try to fix android builds
2023-10-29 15:49:03 -07:00
Toby
e6cb3df546
feat: quic-go v0.39.3
2023-10-29 15:17:57 -07:00
Toby
b2d4bac556
feat: ACL IDN (punycode domains) support
2023-10-29 14:44:29 -07:00
Toby
affe092336
Merge pull request #782 from apernet/wip-geosite
...
feat: GeoSite support & reworked GeoIP
2023-10-29 11:41:51 -07:00
Toby
fcc3dd4988
feat: altSvcHijackResponseWriter now optionally implements http.Hijacker to support WebSockets
2023-10-28 14:44:20 -07:00
Toby
e604c12f7e
feat: full geoip/geosite support
2023-10-28 13:55:20 -07:00
Toby
bcacc46f1d
feat: geoip/geosite load functions
2023-10-26 20:00:31 -07:00
Toby
ef6a231787
feat: add v2ray geoip/geosite protobuf
2023-10-25 19:54:09 -07:00
Toby
ee6ae941f4
ci: fix s3 upload 2
2023-10-19 21:45:16 -07:00
Toby
c72884f30c
ci: fix s3 upload
2023-10-19 21:27:25 -07:00
Toby
13c63cdfaf
ci: upload releases to download.hysteria.network
2023-10-19 20:07:30 -07:00
Toby
dfa95811e8
feat: quic-go v0.39.1
2023-10-19 19:53:51 -07:00
Toby
f854c38870
Merge pull request #760 from HynoR/master
...
fix: Fix slice out-of-bounds issues in ParseUDPMessage.
2023-10-19 19:31:37 -07:00
Toby
131306b72b
fix: tweak
2023-10-19 19:30:45 -07:00
tako
d513ae115b
fix: Fix slice out-of-bounds issues in ParseUDPMessage.
2023-10-20 09:54:41 +08:00
Toby
e57eeb986b
feat: disable mousetrap for Windows users
2023-10-12 19:48:26 -07:00
Toby
a6da40df11
chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
2023-10-11 22:19:21 -07:00
Toby
6b5c791416
Merge pull request #742 from apernet/http-outbound
...
feat: HTTP/HTTPS proxy outbound
2023-10-11 22:15:49 -07:00
Toby
ca53344fed
Merge pull request #738 from apernet/masq-string
...
feat: masquerade string mode
2023-10-11 21:59:32 -07:00
Toby
61a68a18b9
fix: 233 is reserved for Hysteria authentication
2023-10-11 20:42:09 -07:00
Toby
594fde1ff8
feat: HTTP/HTTPS proxy outbound
2023-10-11 19:54:47 -07:00
Toby
197e913dce
feat: masquerade string mode
2023-10-11 14:53:46 -07:00
Toby
4ebc765f43
feat: bump quic-go (packets info optimization)
2023-10-10 20:53:27 -07:00
Toby
994cef32ea
feat: increase brutal congestion window multiplier to 2
2023-10-10 19:56:17 -07:00
Toby
7c46e845a6
fix: BBR memory leak
2023-10-10 19:54:43 -07:00
Toby
5597b482a9
feat: add RTT to brutal sender debug
2023-10-06 20:26:51 -07:00
Toby
89429598bf
fix: BBR bandwidth estimation edge case
2023-10-06 18:27:30 -07:00
Toby
282ec2a0c5
Merge pull request #729 from apernet/brutal-debug
...
feat: HYSTERIA_BRUTAL_DEBUG
2023-10-05 19:32:57 -07:00
Toby
86c8b3845f
feat: HYSTERIA_BRUTAL_DEBUG
2023-10-05 15:38:45 -07:00