mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
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