add icmp tunnel

This commit is contained in:
ginuerzh
2022-03-08 22:34:39 +08:00
parent ee72cea036
commit be374b6488
21 changed files with 769 additions and 186 deletions

View File

@ -69,6 +69,7 @@ func LoggerServerOption(logger logger.Logger) ServerOption {
}
}
// TODO: remove stale clients from conns
type Server struct {
addr net.Addr
httpServer *http.Server