Haruue Icymoon
e22aa0630b
fix: geo db load fail after download error
...
now geo db are downloaded to a temp file, have a integrity check by a
loading test, and then moved to where it should be.
fix : #944
2024-02-21 17:24:35 +08:00
WoaShieShei
bb99579bb9
test: correct TestStringToBps after
6d6a26b
( #928 )
2024-01-31 19:48:58 -08:00
Toby
e648321b96
feat: quic-go v0.41.0
2024-01-21 16:58:22 -08:00
Toby
c4993f8dd1
feat: allow runtime TLS cert updates
2023-12-29 15:06:19 -08:00
Toby
f3d675145f
Merge pull request #884 from apernet/fix-lazy
...
fix: lazy mode should defer config evaluation
2023-12-29 10:24:41 -08:00
Toby
4a502b4b5d
chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
2023-12-28 15:17:29 -08:00
Toby
d73edff71e
fix: lazy mode should defer config evaluation
2023-12-28 15:10:21 -08:00
Toby
bb3b83f4de
chore: reformat code 2
2023-11-26 20:57:35 -08:00
Haruue Icymoon
9476976950
chore: reformat code
2023-11-27 11:35:15 +08:00
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
3a77d4756e
Merge pull request #825 from apernet/wip-hsinfo
...
feat: client handshake info
2023-11-18 21:04:38 -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
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
6872bb0263
improve code
2023-11-10 17:16:34 -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
Toby
9ff8020803
feat: traffic stats API secret auth
2023-10-29 21:10:28 -07:00
Toby
e6cb3df546
feat: quic-go v0.39.3
2023-10-29 15:17:57 -07:00
Toby
e604c12f7e
feat: full geoip/geosite support
2023-10-28 13:55:20 -07:00
Toby
dfa95811e8
feat: quic-go v0.39.1
2023-10-19 19:53:51 -07: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
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
bd03e59a77
fix: quic-go sconn remoteAddr race condition
2023-10-05 14:53:31 -07:00
Toby
f8482a3ddb
ci: add race detector flag to hyperbole & fix a race condition in UDPTunnel
2023-10-05 14:22:17 -07:00
Toby
7ba9fb266f
Merge pull request #718 from apernet/bbr-fix
...
fix: reworked BBR to replace the broken old one
2023-09-29 22:31:57 -07:00
Toby
39518268f0
chore: format
2023-09-29 22:29:23 -07:00
Toby
844e94d6ca
fix: reworked BBR to replace the broken old one
2023-09-29 22:18:24 -07:00
kovacs
8a065b1368
feat(server): add ZeroSSL EAB
...
add ZeroSSL EAB
Signed-off-by: kovacs <mritd@linux.com>
2023-09-27 15:39:03 +08:00
Toby
8faaf3b2e8
feat: quic-go v0.39.0
2023-09-24 15:46:11 -07:00
Toby
fd6bef4c7e
feat: bump quic-go (GSO fix 2)
2023-09-21 16:35:35 -07:00
Toby
6425098215
Merge pull request #688 from apernet/wip-masq-tcp
...
feat: HTTP/HTTPS masq servers
2023-09-15 19:47:16 -07:00
Toby
31dca9476d
feat: bump quic-go (GSO fix)
2023-09-15 12:57:55 -07:00
Haruue Icymoon
1965535e69
fix: default config file selection
...
close : #689
2023-09-15 15:48:29 +08:00
Toby
056c46f4d0
feat: HTTP/HTTPS masq servers
2023-09-14 17:27:47 -07:00
Toby
7580c0c641
feat: log (debug) masquerade requests
2023-09-11 18:20:29 -07:00
Toby
83a6e5f9a9
feat: TCP redirect mode
2023-09-10 17:32:30 -07:00
Toby
1736e6026e
chore: make the app description consistent with everywhere else
2023-09-09 11:33:21 -07:00
Toby
1f1b071ca8
feat: provide HYSTERIA_ACME_DIR to control acme data directory
2023-09-08 18:41:15 -07:00
Toby
e11762a196
feat: quic-go v0.38.1
2023-09-01 19:32:49 -07:00
Toby
5efd0f8f44
chore: small tweaks
2023-08-30 20:12:21 -07:00
Toby
3e5eccd6e3
feat: udp port hopping
2023-08-30 20:02:18 -07:00
Toby
1ea7c515ae
feat: add side to update checker
2023-08-29 22:16:38 -07:00
Toby
353aacfd62
feat: options to disable update check & fix client lazy mode
2023-08-24 14:10:51 -07:00