relay: add direct routing for tunnel

This commit is contained in:
ginuerzh
2023-02-06 21:18:35 +08:00
parent a80dec0dc1
commit 8d852b62cf
4 changed files with 9 additions and 9 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-20230204104452-02a5f4dde4e5
github.com/go-gost/x v0.0.0-20230206131656-6f9f5ce6ab8e
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)