Skip to content

Commit

Permalink
add keepalive for tun
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Aug 22, 2022
1 parent 77d9e37 commit 166317a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20220818022848-2cc1d6f52c41
github.com/go-gost/x v0.0.0-20220821055452-ca414f655dbb
github.com/go-gost/x v0.0.0-20220822141409-fe6554d8a396
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,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-20220821055452-ca414f655dbb h1:h/TqKf4fSbfoWbkQ8uxBK6nU7BdiIVBChGFBmbSAiUY=
github.com/go-gost/x v0.0.0-20220821055452-ca414f655dbb/go.mod h1:lun615SvVKdMdxo7fpwSY0akW9u4GuMgMDVWOmQIfI8=
github.com/go-gost/x v0.0.0-20220822141409-fe6554d8a396 h1:qa56VLH/GBQeSbSKive8SnbwpnJaJf+3hPQOe90h8IY=
github.com/go-gost/x v0.0.0-20220822141409-fe6554d8a396/go.mod h1:lun615SvVKdMdxo7fpwSY0akW9u4GuMgMDVWOmQIfI8=
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=
Expand Down

0 comments on commit 166317a

Please sign in to comment.