462 Commits

Author SHA1 Message Date
Toby
0bb74fcd8d feat: client retry 2022-02-03 21:37:25 -08:00
Toby
349ac5e41e
Merge pull request #218 from HyNetwork/wip-disable-pmtud
Disable PMTUD
2022-02-03 20:55:18 -08:00
Toby
a4a4130ba1 fix: zero initMaxDatagramSize in brutal CC (wtf...) 2022-02-03 20:54:30 -08:00
Toby
b593df44b7 feat: disable quic-go PMTUD due to broken implementation 2022-02-03 20:37:08 -08:00
Toby
28c202431c
Merge pull request #215 from HyNetwork/dependabot/go_modules/github.com/caddyserver/certmagic-0.15.3
chore(deps): bump github.com/caddyserver/certmagic from 0.15.2 to 0.15.3
2022-02-01 23:01:10 -08:00
Toby
0c0433a2e0
Merge pull request #216 from HyNetwork/dependabot/github_actions/docker/build-push-action-2.9.0
chore(deps): bump docker/build-push-action from 2.8.0 to 2.9.0
2022-02-01 23:00:53 -08:00
dependabot[bot]
d35dd2e194
chore(deps): bump docker/build-push-action from 2.8.0 to 2.9.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.8.0...v2.9.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>
2022-02-02 06:14:30 +00:00
dependabot[bot]
ad0f61391b
chore(deps): bump github.com/caddyserver/certmagic from 0.15.2 to 0.15.3
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.15.2...v0.15.3)

---
updated-dependencies:
- dependency-name: github.com/caddyserver/certmagic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 06:13:55 +00:00
Toby
e7caf3d645
Merge pull request #214 from HyNetwork/dependabot/go_modules/github.com/prometheus/client_golang-1.12.1
chore(deps): bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
2022-01-31 00:24:30 -08:00
dependabot[bot]
a76eb04d41
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 06:09:40 +00:00
Toby
31445adc2f
Merge pull request #213 from HyNetwork/dependabot/go_modules/github.com/oschwald/geoip2-golang-1.6.1
chore(deps): bump github.com/oschwald/geoip2-golang from 1.5.0 to 1.6.1
2022-01-28 20:55:40 -08:00
dependabot[bot]
75d87fc362
chore(deps): bump github.com/oschwald/geoip2-golang from 1.5.0 to 1.6.1
Bumps [github.com/oschwald/geoip2-golang](https://github.com/oschwald/geoip2-golang) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/oschwald/geoip2-golang/releases)
- [Commits](https://github.com/oschwald/geoip2-golang/compare/v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/oschwald/geoip2-golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 06:14:15 +00:00
Toby
e91682fd16 chore: 0.9.5 changelog 2022-01-24 17:54:54 -08:00
Toby
1430c81f90
Merge pull request #211 from HyNetwork/wip-more-auth
feat: multi-password & cmd auth
2022-01-24 17:27:08 -08:00
Toby
c28cbcfcaa feat: multi-password & cmd auth 2022-01-24 17:26:33 -08:00
Toby
48358a7642 feat: no auth or obfs warning 2022-01-24 16:00:26 -08:00
Toby
d56f24c557
Merge pull request #210 from HyNetwork/wip-transport-refactorization
Transport refactorization
2022-01-24 15:52:10 -08:00
Toby
858d36cf30 chore: remove useless laddr from ListenUDP 2022-01-23 17:40:59 -08:00
Toby
841810d6ca feat: transport refactorization 2022-01-23 17:00:02 -08:00
Toby
013e44a9c5 feat: client connect & disconnect log for server 2022-01-21 17:21:56 -08:00
Toby
80b1ce33a2 Merge branch 'master' of https://github.com/HyNetwork/hysteria 2022-01-21 17:17:36 -08:00
Toby
d5424cf8a0 chore: bump notun release build to Go 1.17 2022-01-21 17:17:29 -08:00
Toby
2c84a157e1
Merge pull request #205 from HyNetwork/dependabot/go_modules/github.com/prometheus/client_golang-1.12.0
chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
2022-01-20 18:23:16 -08:00
dependabot[bot]
dce4ff22e6
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-20 06:12:53 +00:00
Toby
4462e39c98
docs: fix README 2022-01-19 17:15:04 -08:00
Toby
21a2c9c895 Merge branch 'master' of https://github.com/HyNetwork/hysteria 2022-01-19 16:41:29 -08:00
Toby
0790bfd770 docs: docs moved to our wiki 2022-01-19 16:41:21 -08:00
Toby
0aa41950ba
Merge pull request #202 from HyNetwork/dependabot/github_actions/docker/build-push-action-2.8.0
chore(deps): bump docker/build-push-action from 2.7.0 to 2.8.0
2022-01-19 15:48:31 -08:00
Toby
99a4ac3060 docs: add discussions badge to README 2022-01-19 15:46:51 -08:00
dependabot[bot]
a0511648ab
chore(deps): bump docker/build-push-action from 2.7.0 to 2.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.8.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>
2022-01-19 06:12:54 +00:00
Toby
bd67d017c0 chore: 0.9.4 changelog 2022-01-09 19:49:43 -08:00
Toby
1e6328936c
Merge pull request #197 from HyNetwork/wip-geoip
ACL GeoIP Country
2022-01-09 19:47:14 -08:00
Toby
fb5b21a880 docs: update README 2022-01-09 18:28:13 -08:00
Toby
c13edfb56f docs: update ACL country support 2022-01-09 18:22:58 -08:00
Toby
89452dd9c5 feat: ACL country support 2022-01-09 18:11:52 -08:00
Toby
c3b76a5b44 feat: use fsnotify-based keypair reloading 2022-01-09 14:26:09 -08:00
Toby
291ff7b8cf
Merge pull request #195 from HyNetwork/revert-186-patch-1
Revert "Multi-instance docker-compose"
2022-01-06 21:52:48 -08:00
Toby
482d64fa04
Revert "Multi-instance docker-compose" 2022-01-06 21:52:41 -08:00
Toby
242d35b142
Merge pull request #186 from Error996/patch-1
Multi-instance docker-compose
2022-01-06 21:11:36 -08:00
Toby
25989110b1 docs: update SagerNet hysteria-plugin link 2022-01-05 22:58:06 -08:00
Toby
b4a4d9e78f chore: fix README 2022-01-04 19:37:39 -08:00
Toby
33901413bf chore: tun/notun swap 2022-01-04 19:08:51 -08:00
Toby
233c434411 chore: merge tun & notun build 2022-01-04 18:42:36 -08:00
Toby
dbff7645ed chore: 0.9.3 changelog 2022-01-03 22:36:34 -08:00
Toby
0fb0b4e6ec docs: wechat-video 2022-01-03 22:34:32 -08:00
Toby
44adf006cc
Merge pull request #190 from HyNetwork/wip-wechat
feat: wechat-video protocol
2022-01-03 22:26:08 -08:00
Toby
069bcde2ac feat: wechat-video 2022-01-03 22:25:27 -08:00
Toby
55d8ccf61e
Merge pull request #189 from HyNetwork/wip-cc-optimizations
CC optimizations
2022-01-03 22:23:28 -08:00
Toby
23ed99ad05 feat: minAckRate = 0.75 2022-01-03 21:58:08 -08:00
Error996
219f6380fb
Multi-instance docker-compose
Multi-instance docker-compose, for physical servers with multiple NICs or IPs
2022-01-03 01:15:20 +08:00