re-support dynamic speed limit

This commit is contained in:
Yuzuki616
2023-07-22 02:38:07 +08:00
parent adf98fbc81
commit aeb8554b13
9 changed files with 124 additions and 95 deletions

View File

@@ -23,7 +23,8 @@ type Client struct {
NodeType string
NodeId int
LocalRuleList []*regexp.Regexp
etag string
nodeEtag string
userEtag string
}
func New(c *conf.ApiConfig) (*Client, error) {