Haruue Icymoon
ac56271d03
fix(script): url in rerun_with_sudo
2023-09-06 23:29:46 +08:00
Haruue Icymoon
2716b92e94
fix(script): grammar
...
cherry-pick: a2347ad75f
2023-09-06 23:26:39 +08:00
Haruue Icymoon
d1d9f9c666
fix(script): auto sudo when run from stdin
...
cherry-pick: 5379655798
2023-09-06 23:22:55 +08:00
Haruue Icymoon
692f241579
doc: links for v1 docs
2023-09-02 19:02:42 +08:00
Haruue Icymoon
c464049e7b
fix: deprecated warn not show in install_server.sh
2023-09-02 18:57:56 +08:00
Haruue Icymoon
cda0246dc2
chore: install_server.sh for hy1
...
now hy1 and hy2 can be installed side-by-side
2023-09-02 18:51:04 +08:00
tobyxdd
57c5164854
docs: 1.3.5 changelog
2023-06-11 16:46:29 -07:00
tobyxdd
da63981d96
fix: socks5 udp listen addr when omitting address & udp domain
2023-06-11 16:22:42 -07:00
tobyxdd
ca82106dc4
chore: code format
2023-06-11 16:01:55 -07:00
Toby
c2025fd8b0
Merge pull request #614 from hellodword/reproducible
...
feat: reproducible building
2023-06-11 14:53:22 -07:00
Toby
4245f2df67
Merge pull request #610 from KsaNL/patch-1
...
Add Win32 VT mode support
2023-06-05 16:47:17 -07:00
hellodword
08a982ee91
feat: reproducible building
2023-05-30 17:14:58 +08:00
Haruue Icymoon
716e9db691
fix: build failed on linux
2023-05-17 22:16:01 +08:00
KsaNL
aa7766b47e
Add Win32 VT mode support
2023-05-17 18:41:47 +08:00
tobyxdd
c0ab06e961
feat: update quic-go to v0.34.0
2023-05-07 17:19:37 -07:00
tobyxdd
bab6089f0e
ci: trigger
2023-04-30 19:45:57 -07:00
tobyxdd
355a5949e2
ci: try fixing CodeQL
2023-04-30 19:39:40 -07:00
tobyxdd
8f310fb798
ci: bump everything to go 1.20
2023-04-30 19:27:26 -07:00
Haruue Icymoon
cbc29ea4e5
ci: fix yaml
2023-05-01 10:01:37 +08: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
Toby
ca07cf6f18
Merge pull request #586 from apernet/dependabot/github_actions/actions/setup-go-4
...
chore(deps): bump actions/setup-go from 3 to 4
2023-03-17 16:21:10 -07:00
dependabot[bot]
e6b0f0b76d
chore(deps): bump actions/setup-go from 3 to 4
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 07:04:05 +00:00
tobyxdd
b94f8a1eaf
docs: 1.3.4 changelog
2023-03-14 19:47:58 -07: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
Toby
12cff70aac
Merge pull request #566 from yinyue200/removeUnusedDnsLookup
...
Remove unnecessary DNS queries in case of SOCKS5 outbound
2023-02-19 12:32:03 -08:00
tobyxdd
8c99fe3754
chore: bump golang.org/x/* versions
2023-02-18 21:08:09 -08:00
Toby
13d46da998
Merge pull request #572 from shadow750d6/master
...
Add `lazy_start` option.
2023-02-18 20:42:40 -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
1d9fa029c2
fix: set serverAddrs to nil when closing an ObfsUDPHopClientPacketConn to prevent memory leaks
2023-02-14 21:30:45 -08:00
yinyue200
23f1546591
Remove unnecessary DNS queries in case of SOCKS5 outbound
2023-02-13 00:03:03 +08:00
tobyxdd
a48d6ddb7c
docs: 1.3.3 changelog
2023-02-07 22:11:37 -08:00
Haruue Icymoon
30e17a40c0
fix: slices mis-reused in socks5UDPConn.ReadFrom
...
fix : #561
2023-02-07 23:47:11 +08:00
Haruue Icymoon
810bfd7022
fix: ipv4 addr convention in socks5_outbound
...
fix : #561
2023-02-07 23:30:23 +08:00
Haruue Icymoon
b4dfbaa3f2
fix: udp assoc req malformed in socks5_outbound
...
fix : #561
2023-02-07 16:45:13 +08:00
tobyxdd
a7c159eeb3
chore: remove routedns replace since upstream merged our PR
2023-02-05 15:21:12 -08:00
Toby
da574f6654
Merge pull request #553 from apernet/dependabot/github_actions/docker/build-push-action-4.0.0
...
chore(deps): bump docker/build-push-action from 3.3.0 to 4.0.0
2023-02-04 14:07:24 -08:00
tobyxdd
cb4daac18d
feat: update quic-go to v0.32.0, fix dependencies
2023-02-01 23:23:12 -08:00
dependabot[bot]
2f1b266a52
chore(deps): bump docker/build-push-action from 3.3.0 to 4.0.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 06:08:50 +00:00
Toby
8a1f4e4c04
Merge pull request #548 from apernet/dependabot/github_actions/docker/build-push-action-3.3.0
...
chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0
2023-01-24 19:47:06 -08:00
dependabot[bot]
f0cfbb2653
chore(deps): bump docker/build-push-action from 3.2.0 to 3.3.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 06:17:20 +00:00
Toby
3e1d2a8c92
Merge pull request #547 from apernet/wip-exclusive-acme-cert
...
feat: make acme and cert options mutually exclusive to avoid user confusion
2023-01-15 19:36:42 -08:00
tobyxdd
517c5a4bc4
feat: make acme and cert options mutually exclusive to avoid user confusion
2023-01-15 12:14:21 -08:00
Toby
02e987e639
Merge pull request #539 from apernet/wip-traffic-counter
...
feat: provide a TrafficCounter interface on server, remove prometheus client dependency from core
2023-01-07 22:32:14 -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
Haruue Icymoon
a5647379b1
Revert "feat(install_server.sh): auto detect amd64-avx"
...
some vps have avx in their /proc/cpuinfo but actually not support it
This reverts commit f203ab901e
.
2022-12-12 13:28:22 +08:00