mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 16:21:11 +08:00
fix
This commit is contained in:
parent
eec50879e9
commit
c0a9ed11e3
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var logw = logger.Logw
|
var logw = logger.Logw
|
||||||
var cfg *config.Config
|
|
||||||
var blacklist *config.Blacklist
|
//var cfg *config.Config
|
||||||
|
//var blacklist *config.Blacklist
|
||||||
|
|
||||||
var exps = []*regexp.Regexp{
|
var exps = []*regexp.Regexp{
|
||||||
regexp.MustCompile(`^(?:https?://)?github\.com/([^/]+)/([^/]+)/(?:releases|archive)/.*`),
|
regexp.MustCompile(`^(?:https?://)?github\.com/([^/]+)/([^/]+)/(?:releases|archive)/.*`),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue