get real client ip for http forwarding

This commit is contained in:
ginuerzh
2023-10-18 21:23:38 +08:00
parent b8785eb71e
commit a91300d078
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20231015073540-f08c81460234
github.com/go-gost/x v0.0.0-20231018111943-54b56df2141a
github.com/go-gost/x v0.0.0-20231018132244-f2fd6554ada4
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)