feat: proxy download image
This commit is contained in:
@ -5,8 +5,11 @@ import "errors"
|
||||
const (
|
||||
DefaultMaxSize = 32 * 1024 * 1024
|
||||
ReferrersEnabled = true
|
||||
|
||||
BaseAddress = "repo.me"
|
||||
)
|
||||
|
||||
var (
|
||||
Debug = false
|
||||
ErrNotFound = errors.New("not found")
|
||||
)
|
||||
|
Reference in New Issue
Block a user