Featured image of post ANi Open镜像反代(新番动漫资源站)

ANi Open镜像反代(新番动漫资源站)

使用cfwork搭建Ani Open(新番动漫资源站)反代镜像

演示地址

镜像站点:
https://ani.v300.eu.org
Rss:
https://aniapi.v300.eu.org/ani-download.xml

使用Cloudflare Workers搭建

项目地址:
https://github.com/OshekharO/CF-REVERSE-PROXY/tree/main/Script/KusakabeSi
只需替换掉被墙的域名ajax.googleapis.com为可用域名即可使用
这里直接修改了其余js引入改为统一的通用代理域名 添加了一些常用播放器软件的调用

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
reverse = {
    "ani.v300.eu.org": {
        "protocol": "https",
        "host": "openani.an-i.workers.dev",
        "replace": {
            "ajax.googleapis.com": "pro.v300.eu.org/ajax.googleapis.com",
            "gh/RyanL-29/[email protected]/app.min.js": "gh/X-yael/c/js/aniopen203.js",
            "cdn.jsdelivr.net": "pro.v300.eu.org/cdn.jsdelivr.net",
            "www.gstatic.com": "pro.v300.eu.org/www.gstatic.com",
            "raw.githubusercontent.com": "pro.v300.eu.org/raw.githubusercontent.com"},
        "reverse": {},
        "redirect": {}
    },
    "aniapi.v300.eu.org": {
        "protocol": "https",
        "host": "api.ani.rip",
        "replace": {"https://resources.ani.rip": "https://ani.v300.eu.org"},
        "reverse": {},
        "redirect": {}
    }
}

Built with Hugo
主题 StackJimmy 设计