This commit is contained in:
wjqserver 2025-05-28 20:17:04 +08:00
parent 4598257faa
commit 16b6b05fb8
8 changed files with 201 additions and 27 deletions

View file

@ -1,12 +1,13 @@
package auth
import (
"encoding/json"
"fmt"
"ghproxy/config"
"os"
"strings"
"sync"
"github.com/go-json-experiment/json"
)
type Blacklist struct {

View file

@ -1,12 +1,13 @@
package auth
import (
"encoding/json"
"fmt"
"ghproxy/config"
"os"
"strings"
"sync"
"github.com/go-json-experiment/json"
)
// Whitelist 用于存储白名单信息