chore: add retry in tunnel dial

This commit is contained in:
wwqgtxx
2022-11-24 12:32:35 +08:00
parent d478728cb7
commit 3880c3c1be
3 changed files with 41 additions and 4 deletions

1
go.mod
View File

@ -16,6 +16,7 @@ require (
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/insomniacslk/dhcp v0.0.0-20221001123530-5308ebe5334c
github.com/jpillora/backoff v1.0.0
github.com/lucas-clemente/quic-go v0.29.1
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/mdlayher/netlink v1.1.1