get real client IP from request

pull/806/head
ginuerzh 2025-07-15 20:21:52 +08:00
parent 87af3da1b6
commit a24b29c8c2
5 changed files with 6 additions and 6 deletions

View File

@ -91,7 +91,7 @@ docker run --rm gogost/gost -V
### Shadowsocks Android插件
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
[hamid-nazari/ShadowsocksGostPlugin](https://github.com/hamid-nazari/ShadowsocksGostPlugin)
## 帮助与支持

View File

@ -91,7 +91,7 @@ docker run --rm gogost/gost -V
### Shadowsocks Android
[xausky/ShadowsocksGostPlugin](https://github.com/xausky/ShadowsocksGostPlugin)
[hamid-nazari/ShadowsocksGostPlugin](https://github.com/hamid-nazari/ShadowsocksGostPlugin)
## Support

View File

@ -1,5 +1,5 @@
package main
var (
version = "3.1.0"
version = "3.1.1"
)

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/go-gost/core v0.3.2
github.com/go-gost/x v0.5.7
github.com/go-gost/x v0.5.8
github.com/judwhite/go-svc v1.2.1
)

4
go.sum
View File

@ -61,8 +61,8 @@ github.com/go-gost/relay v0.5.0 h1:JG1tgy/KWiVXS0ukuVXvbM0kbYuJTWxYpJ5JwzsCf/c=
github.com/go-gost/relay v0.5.0/go.mod h1:lcX+23LCQ3khIeASBo+tJ/WbwXFO32/N5YN6ucuYTG8=
github.com/go-gost/tls-dissector v0.1.1 h1:2zUOTPzCQAUQ54Rpy0UEi3JPMQSYsIFSeFeKrzmkCoU=
github.com/go-gost/tls-dissector v0.1.1/go.mod h1:/9QfdewqmHdaE362Hv5nDaSWLx3pCmtD870d6GaquXs=
github.com/go-gost/x v0.5.7 h1:0+W4TJ1Js9r0FWNzwGQ/cVZgC2q2Kv52lcGqUhLW1nc=
github.com/go-gost/x v0.5.7/go.mod h1:j7RwzDJBSmQrO64SuXnBZbolWFaOsQzwys65BqiXCkA=
github.com/go-gost/x v0.5.8 h1:meyppBD+QpoUoIxVO6ZVgzOJVMJ0pmQW52zEr/99uWM=
github.com/go-gost/x v0.5.8/go.mod h1:j7RwzDJBSmQrO64SuXnBZbolWFaOsQzwys65BqiXCkA=
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=
github.com/go-playground/assert/v2 v2.2.0/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4=
github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA=