GitPedia
ginuerzh

ginuerzh/gost

GO Simple Tunnel - a simple tunnel written in golang

30 Releases
Latest: 1y ago
v2.12.0Latest
github-actions[bot]github-actions[bot]·1y ago·October 10, 2024
GitHub

📋 Changelog

  • 45ebea56ce2226b23b88fe8645338f8ed707a869 Bump github.com/quic-go/quic-go from 0.32.0 to 0.42.0
  • cfe4abe4f9eeb565b5b4977ba1300b9f94ea38ab Bump golang.org/x/net from 0.10.0 to 0.23.0
  • 1c62376e0880e4094bd3731e06bd4f7842638f6a Bump golang.org/x/net from 0.5.0 to 0.7.0
  • 81128f9439458bc961436b9759474f454e181463 Merge branch 'master' into dependabot/go_modules/github.com/quic-go/quic-go-0.42.0
  • 654791e63546f8e7970af5973789aae7447a0fa1 Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0
  • 17685b4eacce66fc5f206943fc8b7c60190d9307 Merge branch 'master' into master
  • 32b79a37fa7d8b88ef0b7e1a909f576caf2ff142 Merge branch 'master' into oscs_fix_cnbkq28au51oj0c3u3o0
  • ee071202546dfb7ce07b1767eeb1b6b1019190e6 Merge pull request #1014 from ChengDaqi2023/oscs_fix_cnbkq28au51oj0c3u3o0
  • + 23 more
v2.11.5
ginuerzhginuerzh·3y ago·January 20, 2023
GitHub

📋 What's Changed

  • Do not exit the server loop on obfs4 connection errors by @knyar in https://github.com/ginuerzh/gost/pull/901
  • parseIP supports IPv6 by @koaiwu in https://github.com/ginuerzh/gost/pull/898

New Contributors

  • @knyar made their first contribution in https://github.com/ginuerzh/gost/pull/901
  • Full Changelog: https://github.com/ginuerzh/gost/compare/v2.11.4...v2.11.5
v2.11.4
ginuerzhginuerzh·3y ago·September 3, 2022
GitHub

**Full Changelog**: https://github.com/ginuerzh/gost/compare/v2.11.3...v2.11.4

v2.11.3
ginuerzhginuerzh·3y ago·August 18, 2022
GitHub

📋 What's Changed

  • 允许绑定出口到指定网卡上 by @IndexDoge in https://github.com/ginuerzh/gost/pull/817
  • Compatible with older Go version by @lkebin in https://github.com/ginuerzh/gost/pull/846
  • Fix #841 by @P-PPPP in https://github.com/ginuerzh/gost/pull/842
  • Wait for the second copy error by @costinm in https://github.com/ginuerzh/gost/pull/861

New Contributors

  • @IndexDoge made their first contribution in https://github.com/ginuerzh/gost/pull/817
  • @lkebin made their first contribution in https://github.com/ginuerzh/gost/pull/846
  • @P-PPPP made their first contribution in https://github.com/ginuerzh/gost/pull/842
  • @costinm made their first contribution in https://github.com/ginuerzh/gost/pull/861
  • Full Changelog: https://github.com/ginuerzh/gost/compare/v2.11.2...v2.11.3
v2.11.2
ginuerzhginuerzh·4y ago·April 7, 2022
GitHub

📋 What's Changed

  • Add installation instructions for Homebrew by @moonfruit in https://github.com/ginuerzh/gost/pull/655
  • Certificate pinning for servers without domain by @luyuhuang in https://github.com/ginuerzh/gost/pull/641
  • Close connection if authentication failed by @mengzhuo in https://github.com/ginuerzh/gost/pull/659
  • Fix: relay udp forward by @sleshep in https://github.com/ginuerzh/gost/pull/664
  • fix issue https://github.com/ginuerzh/gost/issues/617 by @proxy666-dev in https://github.com/ginuerzh/gost/pull/677
  • Add darwin-arm64 for Apple M1 devices by @soffchen in https://github.com/ginuerzh/gost/pull/679
  • bump github.com/milosgajdos/tenus to v0.0.3 by @btwiuse in https://github.com/ginuerzh/gost/pull/689
  • Add whitelist/blacklist support for relay by @Hubix9 in https://github.com/ginuerzh/gost/pull/698
  • + 9 more

New Contributors

  • @moonfruit made their first contribution in https://github.com/ginuerzh/gost/pull/655
  • @luyuhuang made their first contribution in https://github.com/ginuerzh/gost/pull/641
  • @mengzhuo made their first contribution in https://github.com/ginuerzh/gost/pull/659
  • @proxy666-dev made their first contribution in https://github.com/ginuerzh/gost/pull/677
  • @btwiuse made their first contribution in https://github.com/ginuerzh/gost/pull/689
  • @Hubix9 made their first contribution in https://github.com/ginuerzh/gost/pull/698
  • @cute made their first contribution in https://github.com/ginuerzh/gost/pull/697
  • @guqing637 made their first contribution in https://github.com/ginuerzh/gost/pull/703
  • + 5 more
v2.11.1
ginuerzhginuerzh·6y ago·May 23, 2020
GitHub

📋 Changes

  • fix issue #520.
  • fix compile error.
  • support mutual TLS authentication (https://docs.ginuerzh.xyz/gost/tls/#2111).
v2.11.0
ginuerzhginuerzh·6y ago·March 3, 2020
GitHub

📋 Changes

  • Add obfs-otls transport (https://docs.ginuerzh.xyz/gost/simple-obfs/)
  • Add relay protocol (https://docs.ginuerzh.xyz/gost/relay/)
  • Add pubkey auth support for ssh (https://docs.ginuerzh.xyz/gost/ssh/)
v2.10.1
ginuerzhginuerzh·6y ago·February 9, 2020
GitHub

📋 Changes

  • ss: merge `ss2` into `ss`, `ss2` now is deprecated. (https://docs.ginuerzh.xyz/gost/ss/)
  • ss: make the encryption optional.
  • dns: add more parameters and edns client subnet support. (https://docs.ginuerzh.xyz/gost/dns/)
  • tun: add `ssu` chain node support.
  • tun: fix setup command on MacOS.
  • udp: fix client auth in UDP relay.
v2.10.0
ginuerzhginuerzh·6y ago·February 2, 2020
GitHub

📋 Changes

  • DNS resolver supports chain (https://docs.ginuerzh.xyz/gost/resolver/#2100).
  • Add DNS proxy server, support protocol conversion and chain (https://docs.ginuerzh.xyz/gost/dns/).
  • Shadowsocks UDP relay Improvement (https://docs.ginuerzh.xyz/gost/ss/#udp).
  • Add tproxy based UDP transparent proxy (https://docs.ginuerzh.xyz/gost/redirect/#udp-210).
v2.9.2
ginuerzhginuerzh·6y ago·January 22, 2020
GitHub

📋 Changes

  • tun: add server side routing (doc: https://docs.ginuerzh.xyz/gost/tuntap/#292).
  • tap: make net parameter optional (#472).
  • add auth parameter (#467) (doc: https://docs.ginuerzh.xyz/gost/configuration/#auth-292).
v2.9.1
ginuerzhginuerzh·6y ago·January 15, 2020
GitHub

📋 Changes

  • TUN/TAP: add chain support.
  • KCP: add fake TCP support
  • SOCKS5: add `notls` option
v2.9.0
ginuerzhginuerzh·6y ago·January 10, 2020
GitHub

📋 Changes

  • Add TUN/TAP devices support.
  • fix http2 failover.
  • add `path` option support for h2/h2c.
v2.8.2
ginuerzhginuerzh·6y ago·December 18, 2019
GitHub

Fix issues: #388 #389 #408 #417

v2.8.1
ginuerzhginuerzh·7y ago·June 21, 2019
GitHub

Change List: 1. fix #181. 2. fix #364. 3. add max_fails & fail_timeout options support for load balancing and port forwarding. 4. add user-agent option for http/http2.

v2.8.0
ginuerzhginuerzh·7y ago·June 13, 2019
GitHub

1. add go-shadowsocks2 support. 2. add knock option for probe resistance. 3. add ip option support for port forward handler. 4. fix bug #279.

v2.7.2
ginuerzhginuerzh·7y ago·January 16, 2019
GitHub

📋 Changes

  • fix obfs http client
  • ws supports user defined url path
  • fix peer JSON config parsing
v2.7.1
ginuerzhginuerzh·7y ago·January 9, 2019
GitHub

📋 Changes

  • Fix issue #342
  • Add live reloading support for authentication file.
v2.7.0
ginuerzhginuerzh·7y ago·January 5, 2019
GitHub

📋 Changes

  • DNS resolver now supports DoH.
  • Add probing resistance support for HTTP(S)/HTTP2.
  • peer config now supports live reloading.
v2.6.1
ginuerzhginuerzh·7y ago·November 23, 2018
GitHub
v2.6
ginuerzhginuerzh·7y ago·November 3, 2018
GitHub

📋 Changes

  • Routing control
  • DNS control
  • Live reloading support for configuration files: bypass, resolver, hosts.
v2.6 RC1v2.6-rc1Pre-release
ginuerzhginuerzh·7y ago·August 4, 2018
GitHub
v2.5
ginuerzhginuerzh·8y ago·April 14, 2018
GitHub

📋 Changes

  • [SNI Proxy](https://docs.ginuerzh.xyz/gost/en/sni/)
  • [Load Balancing](https://docs.ginuerzh.xyz/gost/en/load-balancing/)
  • [Forward Tunnel](https://docs.ginuerzh.xyz/gost/en/port-forwarding/#forward-tunnel)
v2.5-RC2v2.5-rc2Pre-release
ginuerzhginuerzh·8y ago·April 7, 2018
GitHub
v2.5-RC1v2.5-rc1Pre-release
ginuerzhginuerzh·8y ago·February 3, 2018
GitHub
v2.4
ginuerzhginuerzh·8y ago·September 4, 2017
GitHub
v2.4-RC2v2.4-rc2Pre-release
ginuerzhginuerzh·8y ago·August 13, 2017
GitHub

📋 Changes

  • 修正配置文件失效的问题 bug #129
  • 修正TCP透明代理无法使用的问题 bug #131
  • 修正HTTP2.0无法多路复用问题
  • HTTP客户端支持读取外部认证信息文件 bug #122
  • HTTP/Websocket的请求头User-Agent默认值修改为Chrome/60.0.3112.90,并可以通过agent参数设置
  • 自动代理模式去除对SOCKS4代理类型的支持
v2.4-RC1v2.4-rc1Pre-release
ginuerzhginuerzh·8y ago·August 5, 2017
GitHub
2.4-dev20170303v2.4-devPre-release
ginuerzhginuerzh·9y ago·March 3, 2017
GitHub
v2.3
ginuerzhginuerzh·9y ago·January 21, 2017
GitHub
v2.3 RC2v2.3-rc2Pre-release
ginuerzhginuerzh·9y ago·January 14, 2017
GitHub

新增功能: 1. HTTP2客户端支持心跳检测 2. shadowsocks客户端支持OTA BUG修复: 1. fix issue #65 2. fix issue #66