relay: fix routing for http traffic from entrypoint

This commit is contained in:
ginuerzh 2023-02-12 20:44:50 +08:00
parent 8d852b62cf
commit 1c2d9b2a5b
2 changed files with 3 additions and 3 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-20230131100536-f3482d7cd848
github.com/go-gost/x v0.0.0-20230206131656-6f9f5ce6ab8e
github.com/go-gost/x v0.0.0-20230212124246-b8027864a350
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

4
go.sum
View File

@ -102,8 +102,8 @@ github.com/go-gost/relay v0.4.0 h1:zSOqJqnwV63oRiQ6fuurDYvehAVi3PizzFeE1gT+qo4=
github.com/go-gost/relay v0.4.0/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-20230206131656-6f9f5ce6ab8e h1:a+4YH2u5CjrRMx4ZaJZnC2fU8vWV3ns8GvaCmLajqhc=
github.com/go-gost/x v0.0.0-20230206131656-6f9f5ce6ab8e/go.mod h1:u4R+ouVlRCCDOUBC+4i81DllzVP35nKQE3eZUmu8/bs=
github.com/go-gost/x v0.0.0-20230212124246-b8027864a350 h1:ooQCaXUJqT7KRqElZClWIj1aJEaNZ3WHuEFmTMNT6/U=
github.com/go-gost/x v0.0.0-20230212124246-b8027864a350/go.mod h1:u4R+ouVlRCCDOUBC+4i81DllzVP35nKQE3eZUmu8/bs=
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=