Add new admin panel, failover, dns fallback, providers, limiters. Update XHTTP

This commit is contained in:
Shtorm
2026-05-11 00:59:35 +03:00
parent 764ae8107c
commit 34b09a8ef3
241 changed files with 36409 additions and 4086 deletions

View File

@@ -145,7 +145,7 @@ func (c *CacheFile) Start(stage adapter.StartStage) error {
if name[0] == 0 {
return b.ForEachBucket(func(k []byte) error {
bucketName := string(k)
if !(common.Contains(bucketNameList, bucketName)) {
if !common.Contains(bucketNameList, bucketName) {
_ = b.DeleteBucket(name)
}
return nil