From 9233629a82bc6f2e163890e970bad109514e0ac6 Mon Sep 17 00:00:00 2001 From: Rekryt Date: Sun, 20 Jul 2025 11:51:43 +0300 Subject: [PATCH] chore: add animevost.org --- config/anime/animevost.org.json | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 config/anime/animevost.org.json diff --git a/config/anime/animevost.org.json b/config/anime/animevost.org.json new file mode 100644 index 0000000..841b3dd --- /dev/null +++ b/config/anime/animevost.org.json @@ -0,0 +1,55 @@ +{ + "domains": [ + "a.animevost.org", + "animevost.org", + "api.animevost.org", + "media.animetop.info", + "tr.animetop.info", + "www.animevost.org" + ], + "dns": [ + "127.0.0.11:53", + "77.88.8.88:53", + "8.8.8.8:53", + "1.1.1.1:53" + ], + "timeout": 3600, + "ip4": [ + "104.21.12.136", + "104.21.48.196", + "172.67.152.137", + "172.67.187.231", + "188.114.96.1", + "188.114.96.7", + "188.114.97.1", + "188.114.97.7", + "65.109.25.28" + ], + "ip6": [ + "2606:4700:3032::ac43:9889", + "2606:4700:3033::6815:30c4", + "2606:4700:3033::ac43:bbe7", + "2606:4700:3034::6815:c88", + "2a06:98c1:3120::1", + "2a06:98c1:3120::7", + "2a06:98c1:3121::1", + "2a06:98c1:3121::7" + ], + "cidr4": [ + "104.16.0.0/12", + "172.64.0.0/13", + "188.114.96.0/22", + "65.108.0.0/15" + ], + "cidr6": [ + "2606:4700::/32", + "2a06:98c1::/32" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file