forward non-HTTP traffic based on host

This commit is contained in:
ginuerzh
2023-01-30 21:10:59 +08:00
parent de0a584175
commit 799c95bfb4
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-20230129124513-1a643651c025
github.com/go-gost/x v0.0.0-20230130063813-3afa3b686059
github.com/go-gost/x v0.0.0-20230130130921-1c6bc9283ea2
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)