feat(publicip): cloudflare API support (#2502)
This commit is contained in:
@@ -6,4 +6,5 @@ var (
|
||||
ErrTokenNotValid = errors.New("token is not valid")
|
||||
ErrTooManyRequests = errors.New("too many requests sent for this month")
|
||||
ErrBadHTTPStatus = errors.New("bad HTTP status received")
|
||||
ErrServiceLimited = errors.New("service is limited")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user