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": {}
}
}
|