1185 Commits

Author SHA1 Message Date
Toby
b37f2f5256
Merge pull request #120 from HyNetwork/wip-mtu-option
Option to disable MTU discovery
2021-08-23 14:47:43 -07:00
Toby
abd2a5d58c README for disable_mtu_discovery 2021-08-23 14:42:56 -07:00
Toby
32b3dc65a0 Add an option to disable MTU discovery 2021-08-23 14:38:10 -07:00
dependabot[bot]
17a00e9951
Bump docker/build-push-action from 2.6.1 to 2.7.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.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>
2021-08-23 06:09:36 +00:00
Toby
ca8b1ba2fa
Merge pull request #112 from mritd/chore/docker
chore(docker): set up nsswitch.conf for Go's "netgo" implementation
2021-08-15 14:08:28 -07:00
mritd
c4ed9fe58b
chore(docker): update GOPATH dir
update GOPATH dir

Signed-off-by: mritd <mritd@linux.com>
2021-08-13 16:25:51 +08:00
mritd
6c16721445
chore(docker): set up nsswitch.conf for Go's "netgo" implementation
set up nsswitch.conf for Go's "netgo" implementation

Signed-off-by: mritd <mritd@linux.com>
2021-08-13 16:04:31 +08:00
Toby
9ad8471aa1
Merge pull request #101 from HyNetwork/dependabot/go_modules/github.com/lucas-clemente/quic-go-0.22.0
Bump github.com/lucas-clemente/quic-go from 0.20.1 to 0.22.0
2021-08-12 10:34:25 -07:00
Toby
db181d5849 More minor README updates 2021-08-12 10:32:44 -07:00
Toby
9cf435f535 Minor README updates & change ipdeny URLs to HTTP to bypass cert issues 2021-08-12 10:22:07 -07:00
Toby
481abdf41d Better build naming & notun README 2021-08-08 16:31:20 -07:00
Toby
837ead24cc Remove unnecessary non-Linux no-tun builds 2021-08-08 16:19:18 -07:00
Toby
6cf638de2b tun & non-tun versions 2021-08-08 10:39:26 -07:00
Toby
781f91fe7d Update README 2021-08-03 02:22:48 -07:00
Toby
154f1148d3 Typo fix 2021-08-02 23:54:26 -07:00
Toby
4f2ffe976b hysteria-plugin link 2021-08-02 23:32:42 -07:00
Toby
075867c3df SagerNet 2021-08-02 23:00:41 -07:00
Toby
97c83dc935 wrappedQUICStream to handle stream close properly 2021-08-02 22:42:25 -07:00
Toby
5d29fb954d TODO: Change fixed dstAddr 2021-08-02 21:49:36 -07:00
dependabot[bot]
825ecff5cf
Bump github.com/lucas-clemente/quic-go from 0.20.1 to 0.22.0
Bumps [github.com/lucas-clemente/quic-go](https://github.com/lucas-clemente/quic-go) from 0.20.1 to 0.22.0.
- [Release notes](https://github.com/lucas-clemente/quic-go/releases)
- [Changelog](https://github.com/lucas-clemente/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/lucas-clemente/quic-go/compare/v0.20.1...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/lucas-clemente/quic-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-29 04:33:50 +00:00
Toby
c32ac17f62 Bump quic-go to v0.22.0 & remove SetDontFragment (as it's implemented in quic-go already) 2021-07-28 21:18:43 -07:00
Toby
d6aba2e1d0
Merge pull request #99 from HyNetwork/dependabot/go_modules/github.com/caddyserver/certmagic-0.14.1
Bump github.com/caddyserver/certmagic from 0.14.0 to 0.14.1
2021-07-28 21:06:27 -07:00
dependabot[bot]
eb57aaf2ad
Bump github.com/caddyserver/certmagic from 0.14.0 to 0.14.1
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.14.0...v0.14.1)

---
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>
2021-07-12 06:16:36 +00:00
Toby
d866f474bf
Merge pull request #98 from HyNetwork/wip-no-cgo
Allow build with CGO_ENABLED=0 by disable TUN Mode
2021-07-08 09:51:01 -07:00
Haruue Icymoon
9c3597bd11
Allow build with CGO_ENABLED=0 by disable TUN Mode
Run hysteria on your favorite OpenWRT router.
2021-07-08 21:19:13 +08:00
Toby
9e67db0c9c
Merge pull request #92 from HyNetwork/dependabot/go_modules/github.com/prometheus/client_golang-1.11.0
Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
2021-07-05 20:15:16 -07:00
Toby
7d8ae08634
Merge pull request #95 from HyNetwork/dependabot/github_actions/docker/login-action-1.10.0
Bump docker/login-action from 1.9.0 to 1.10.0
2021-07-05 20:14:57 -07:00
Toby
0f7b202849
Merge pull request #96 from HyNetwork/dependabot/github_actions/docker/build-push-action-2.6.1
Bump docker/build-push-action from 2.5.0 to 2.6.1
2021-07-05 20:14:45 -07:00
dependabot[bot]
d9a07e2101
Bump docker/build-push-action from 2.5.0 to 2.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)

---
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>
2021-07-02 06:09:55 +00:00
dependabot[bot]
197ba604c9
Bump docker/login-action from 1.9.0 to 1.10.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 06:11:22 +00:00
dependabot[bot]
73aa3e5e20
Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.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>
2021-06-16 07:34:19 +00:00
Toby
2f34577d8b
Merge pull request #93 from HyNetwork/dependabot/go_modules/github.com/caddyserver/certmagic-0.14.0
Bump github.com/caddyserver/certmagic from 0.13.1 to 0.14.0
2021-06-15 23:56:14 -07:00
dependabot[bot]
6ac1517e72
Bump github.com/caddyserver/certmagic from 0.13.1 to 0.14.0
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/caddyserver/certmagic/releases)
- [Commits](https://github.com/caddyserver/certmagic/compare/v0.13.1...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 08:24:52 +00:00
Toby
7bed1bc7da
Merge pull request #90 from HyNetwork/dependabot/github_actions/docker/build-push-action-2.5.0
Bump docker/build-push-action from 2.4.0 to 2.5.0
2021-05-27 18:20:10 -07:00
dependabot[bot]
2f2d50ab36
Bump docker/build-push-action from 2.4.0 to 2.5.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 07:04:31 +00:00
Toby
bfed3cb62d
Merge pull request #82 from HyNetwork/dependabot/github_actions/crazy-max/ghaction-xgo-1.6.1
Bump crazy-max/ghaction-xgo from 1 to 1.6.1
2021-05-13 15:19:47 -07:00
Toby
8a78bfc41b
Merge pull request #83 from HyNetwork/dependabot/github_actions/actions/checkout-2.3.4
Bump actions/checkout from 2 to 2.3.4
2021-05-13 15:19:40 -07:00
Toby
8cf9aca455
Merge pull request #84 from HyNetwork/dependabot/github_actions/meeDamian/github-release-2.0.3
Bump meeDamian/github-release from 2.0 to 2.0.3
2021-05-13 15:19:31 -07:00
Toby
cb50fae05e
Merge pull request #85 from HyNetwork/dependabot/github_actions/docker/login-action-1.9.0
Bump docker/login-action from 1 to 1.9.0
2021-05-13 15:19:24 -07:00
Toby
3bd28a168f
Merge pull request #86 from HyNetwork/dependabot/github_actions/docker/build-push-action-2.4.0
Bump docker/build-push-action from 2 to 2.4.0
2021-05-13 15:19:15 -07:00
dependabot[bot]
b5d606a7b3
Bump docker/build-push-action from 2 to 2.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:28:37 +00:00
dependabot[bot]
05d1a3fc56
Bump docker/login-action from 1 to 1.9.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:28:35 +00:00
dependabot[bot]
944dacc0df
Bump meeDamian/github-release from 2.0 to 2.0.3
Bumps [meeDamian/github-release](https://github.com/meeDamian/github-release) from 2.0 to 2.0.3.
- [Release notes](https://github.com/meeDamian/github-release/releases)
- [Commits](https://github.com/meeDamian/github-release/compare/2.0...v2.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:28:32 +00:00
dependabot[bot]
5620cdfae5
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:28:30 +00:00
dependabot[bot]
8a77935092
Bump crazy-max/ghaction-xgo from 1 to 1.6.1
Bumps [crazy-max/ghaction-xgo](https://github.com/crazy-max/ghaction-xgo) from 1 to 1.6.1.
- [Release notes](https://github.com/crazy-max/ghaction-xgo/releases)
- [Changelog](https://github.com/crazy-max/ghaction-xgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-xgo/compare/v1...v1.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:28:28 +00:00
Toby
35e285ff62 Log level DEBUG by default 2021-05-09 15:16:03 -07:00
Toby
faabd094fd Fix UDP TPROXY incorrect src addr bug & build master action 2021-05-09 14:53:30 -07:00
Toby
0719e8980e TUN/TAP disambiguation 2021-05-08 22:20:01 -07:00
Toby
090be58f50 Add build-base for CGO 2021-05-08 21:25:27 -07:00
Toby
c4b05c5a95 Fix targets 2021-05-08 21:24:17 -07:00