doc: add Hysteria2 doc

This commit is contained in:
wwqgtxx
2023-09-21 10:43:45 +08:00
parent 9b8e2d9343
commit 6c3b973748
3 changed files with 22 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import (
"net"
"net/netip"
"os"
"regexp"
"strconv"
"time"
@ -43,8 +42,6 @@ const (
DefaultHopInterval = 10
)
var rateStringRegexp = regexp.MustCompile(`^(\d+)\s*([KMGT]?)([Bb])ps$`)
type Hysteria struct {
*Base