add async option for dns handler

This commit is contained in:
ginuerzh
2023-04-14 19:17:10 +08:00
parent 436864ca92
commit 3d15dedab2
3 changed files with 6 additions and 2 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-20230321102805-18fa84b51f1d
github.com/go-gost/x v0.0.0-20230414105134-7576651a6763
github.com/judwhite/go-svc v1.2.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)