tobyxdd
cefe5d9f76
feat: hyperbole build script
2023-06-04 12:37:17 -07:00
tobyxdd
393e0d00f2
feat: bump quic-go version to v0.35.1 (mod merge done)
2023-06-02 21:30:07 -07:00
tobyxdd
5586303825
feat: bump quic-go version to v0.35.1 (mod wip), change client config format for sni
2023-06-02 16:51:17 -07:00
tobyxdd
9f54aade8f
hysteria 2 prototype first public release
2023-05-25 20:24:24 -07:00
tobyxdd
c0ab06e961
feat: update quic-go to v0.34.0
2023-05-07 17:19:37 -07:00
Haruue Icymoon
12b27ea1b1
ci: bump go1.20
2023-05-01 09:55:49 +08:00
Haruue Icymoon
17c35f11f8
chore: bump gvisor & tun2socks
2023-04-29 14:50:58 +08:00
Haruue Icymoon
779e962d49
fix(redirect_tcp): client got reset under i386
...
it seems like syscall.Syscall6(SYS_SOCKETCALL, SYS_GETSOCKOPT, ...)
always failed with EFAULT.
so we call syscall.socketcall() instead.
close : #583
2023-03-15 00:21:27 +08:00
tobyxdd
1b3b038728
chore: bump gvisor
2023-03-13 14:18:26 -07:00
tobyxdd
fb2a0da88f
feat: update quic-go to v0.33.0, fix go work dependency conflicts
2023-02-26 12:45:43 -08:00
tobyxdd
8c99fe3754
chore: bump golang.org/x/* versions
2023-02-18 21:08:09 -08:00
tobyxdd
20898f2990
chore: change info string
2023-02-18 20:01:01 -08:00
Siyuan Ren
604d4fc652
Add lazy_start
option.
...
When on, the client will not attempt to connect to the server at
startup, only when a connection is initiated.
2023-02-19 11:18:56 +08:00
tobyxdd
a7c159eeb3
chore: remove routedns replace since upstream merged our PR
2023-02-05 15:21:12 -08:00
tobyxdd
cb4daac18d
feat: update quic-go to v0.32.0, fix dependencies
2023-02-01 23:23:12 -08:00
tobyxdd
517c5a4bc4
feat: make acme and cert options mutually exclusive to avoid user confusion
2023-01-15 12:14:21 -08:00
tobyxdd
f7dffd027f
feat: provide a TrafficCounter interface on server, remove prometheus client dependency from core
2023-01-07 13:59:30 -08:00
Haruue Icymoon
29459d768d
chore: set default value of retry_interval to 1
...
the prior default value 0 would make hysteria retry very fast
(2000 times / sec) when network is not ready (no default route).
user can still set it to 0 explicitly for a "flood retry" mode.
2022-12-28 23:00:38 +08:00
Toby
392cde1120
chore: fix typo (ErrMessageToLarge -> ErrMessageTooLarge)
2022-12-07 17:35:34 -08:00
Toby
fc28c01980
fix(RPT-03-003): add socket dial timeouts to SOCKS5Client
2022-11-30 23:10:30 -08:00
Toby
2d8425e736
chore: bump quic-go (merged opt-fs changes)
2022-11-26 00:31:57 -08:00
Haruue Icymoon
ed14540d26
chore: split go modules & create go workspace
2022-11-24 17:14:21 +08:00
Toby
3184c42956
refactor: re-org packages
2022-11-24 00:22:44 -08:00