add wildcard supports for vhost

This commit is contained in:
ginuerzh
2022-11-12 13:45:27 +08:00
parent f17b2d2e96
commit 4a192bc1b3
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-20221111142129-c2a1dd2a89cb
github.com/go-gost/x v0.0.0-20221111142336-1ff2bab1f000
github.com/go-gost/x v0.0.0-20221112054343-f87183b6523d
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)

4
go.sum
View File

@ -107,8 +107,8 @@ github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7 h1:itaaJhQJ19kUXEB
github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7/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-20221111142336-1ff2bab1f000 h1:vZCFpA+NWa7lzDUEIV8rTY1t6EGJVpg/yoZcVW+B1GY=
github.com/go-gost/x v0.0.0-20221111142336-1ff2bab1f000/go.mod h1:RYcKZkHGmVFAAJQq3n9BF8Sv87IHEkhjdksZbwC6CT4=
github.com/go-gost/x v0.0.0-20221112054343-f87183b6523d h1:j1160ccjgDLIg/vfC2cJGFXZP/B71Xp+td8ud+OEKpo=
github.com/go-gost/x v0.0.0-20221112054343-f87183b6523d/go.mod h1:RYcKZkHGmVFAAJQq3n9BF8Sv87IHEkhjdksZbwC6CT4=
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=