v3.0.0-rc.1

This commit is contained in:
ginuerzh 2022-12-02 17:58:32 +08:00
parent 39cb9c65d9
commit 2f0da6993b
3 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,7 @@
- [x] [TCP/UDP transparent proxy](https://gost.run/en/tutorials/redirect/)
- [x] DNS [resolver](https://gost.run/en/concepts/resolver/) and [proxy](https://gost.run/en/tutorials/dns/)
- [x] [TUN/TAP device](https://gost.run/en/tutorials/tuntap/)
- [x] [Reverse Proxy](https://gost.run/en/tutorials/reverse-proxy/)
- [x] [Load balancing](https://gost.run/en/concepts/selector/)
- [x] [Routing control](https://gost.run/en/concepts/bypass/)
- [x] [Bandwidth/Rate Limiter](https://gost.run/en/concepts/limiter/)

4
go.mod
View File

@ -5,8 +5,8 @@ go 1.18
replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a
require (
github.com/go-gost/core v0.0.0-20221201112214-c9c31fa74c47
github.com/go-gost/x v0.0.0-20221201111748-25c393edaf6e
github.com/go-gost/core v0.0.0-20221202093642-ceccf65ca1ef
github.com/go-gost/x v0.0.0-20221202094256-61fdebe630cc
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

8
go.sum
View File

@ -97,8 +97,8 @@ github.com/gin-gonic/gin v1.7.7/go.mod h1:axIBovoeJpVj8S3BwE0uPMTeReE4+AfFtqpqaZ
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gost/core v0.0.0-20221201112214-c9c31fa74c47 h1:zDcxDCjFjRWhNPPo0AHMWqTeMSOcXdcxe7G+4bJw/hU=
github.com/go-gost/core v0.0.0-20221201112214-c9c31fa74c47/go.mod h1:bHVbCS9da6XtKNYMkMUVcck5UqDDUkyC37erVfs4GXQ=
github.com/go-gost/core v0.0.0-20221202093642-ceccf65ca1ef h1:T7RRCQM3F6AJhX6uiSSayQN90lzTGJ7BmwW+W68aj20=
github.com/go-gost/core v0.0.0-20221202093642-ceccf65ca1ef/go.mod h1:R08B7BVdhWsYHX8s7wkEBpeKqc4+YFP6bLLFoao0J/A=
github.com/go-gost/gosocks4 v0.0.1 h1:+k1sec8HlELuQV7rWftIkmy8UijzUt2I6t+iMPlGB2s=
github.com/go-gost/gosocks4 v0.0.1/go.mod h1:3B6L47HbU/qugDg4JnoFPHgJXE43Inz8Bah1QaN9qCc=
github.com/go-gost/gosocks5 v0.3.1-0.20211109033403-d894d75b7f09 h1:A95M6UWcfZgOuJkQ7QLfG0Hs5peWIUSysCDNz4pfe04=
@ -107,8 +107,8 @@ github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7 h1:itaaJhQJ19kUXEB
github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451 h1:xj8gUZGYO3nb5+6Bjw9+tsFkA9sYynrOvDvvC4uDV2I=
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.0.0-20221201111748-25c393edaf6e h1:J+CoN0x4jiu8/c/zdyxsFNH+VL91dVqJ2+L4AZwUgOg=
github.com/go-gost/x v0.0.0-20221201111748-25c393edaf6e/go.mod h1:YEnqHqjU8Bq2MfNAu6wgU1pNOqu8Qb+qRW0SsTg25wo=
github.com/go-gost/x v0.0.0-20221202094256-61fdebe630cc h1:vyxqA/3Ch1JQp0poD8og/cJ0jwJYka9i/AvnRP+29iY=
github.com/go-gost/x v0.0.0-20221202094256-61fdebe630cc/go.mod h1:qEskU/Jo49n4Ti+eny5TvrOnWtAZm7YTcPd/QU5gVtg=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=