From 73dcf2960921667f9e47dcc6229f42a078a02a24 Mon Sep 17 00:00:00 2001 From: Rekryt Date: Sat, 12 Oct 2024 14:29:03 +0300 Subject: [PATCH] chore: new domains lists for education --- config/education/mrakopedia.net.json | 41 +++++++++++++++++++++ config/education/wikiart.org.json | 54 ++++++++++++++++++++++++++++ config/education/znanija.com.json | 29 +++++++++++++++ 3 files changed, 124 insertions(+) create mode 100644 config/education/mrakopedia.net.json create mode 100644 config/education/wikiart.org.json create mode 100644 config/education/znanija.com.json diff --git a/config/education/mrakopedia.net.json b/config/education/mrakopedia.net.json new file mode 100644 index 0000000..337abec --- /dev/null +++ b/config/education/mrakopedia.net.json @@ -0,0 +1,41 @@ +{ + "domains": [ + "mrakopedia.net", + "www.mrakopedia.net" + ], + "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.7.55", + "172.67.135.200", + "188.114.96.7", + "188.114.97.7" + ], + "ip6": [ + "2606:4700:3030::ac43:87c8", + "2606:4700:3035::6815:737", + "2a06:98c1:3120::7", + "2a06:98c1:3121::7" + ], + "cidr4": [ + "104.16.0.0/12", + "172.64.0.0/13", + "188.114.96.0/22" + ], + "cidr6": [ + "2606:4700::/64", + "2a06:98c1::/64" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file diff --git a/config/education/wikiart.org.json b/config/education/wikiart.org.json new file mode 100644 index 0000000..7a890a5 --- /dev/null +++ b/config/education/wikiart.org.json @@ -0,0 +1,54 @@ +{ + "domains": [ + "uploads.wikiart.org", + "uploads1.wikiart.org", + "uploads2.wikiart.org", + "uploads3.wikiart.org", + "uploads4.wikiart.org", + "uploads5.wikiart.org", + "uploads6.wikiart.org", + "uploads7.wikiart.org", + "uploads8.wikiart.org", + "wikiart.org", + "www.wikiart.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.31.237", + "172.67.180.202", + "188.114.96.1", + "188.114.96.7", + "188.114.97.1", + "188.114.97.7" + ], + "ip6": [ + "2606:4700:3032::ac43:b4ca", + "2606:4700:3033::6815:1fed", + "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" + ], + "cidr6": [ + "2606:4700::/64", + "2a06:98c1::/64" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file diff --git a/config/education/znanija.com.json b/config/education/znanija.com.json new file mode 100644 index 0000000..7a54868 --- /dev/null +++ b/config/education/znanija.com.json @@ -0,0 +1,29 @@ +{ + "domains": [ + "www.znanija.com", + "znanija.com" + ], + "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.17.192.8", + "104.17.193.8" + ], + "ip6": [], + "cidr4": [ + "104.16.0.0/12" + ], + "cidr6": [], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file