From 2e40d673add333ccdf513533c329c4f384aa6a88 Mon Sep 17 00:00:00 2001 From: kirillius Date: Wed, 25 Dec 2024 20:15:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D1=81=D0=B5=D1=82=D0=B8=20=D0=B4=D0=B8=D1=81?= =?UTF-8?q?=D0=BA=D0=BE=D1=80=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- networks/META.json | 1 + networks/cura.json | 5 ++++- networks/discord.json | 23 +++++++++++++++++++++++ networks/flibusta.json | 5 ++++- networks/google.json | 1 + networks/jetbrains.json | 1 + networks/notion.json | 1 + networks/public dns.json | 10 ++++++++++ networks/rutracker.json | 13 +++++++------ 9 files changed, 52 insertions(+), 8 deletions(-) create mode 100644 networks/discord.json create mode 100644 networks/public dns.json diff --git a/networks/META.json b/networks/META.json index 1a0bfb3..0cbb521 100644 --- a/networks/META.json +++ b/networks/META.json @@ -1,4 +1,5 @@ { + "description": "facebook, instagram, oculus", "domains": [], "networks": [ "102.132.96.0/20", diff --git a/networks/cura.json b/networks/cura.json index 1e4c604..7e32445 100644 --- a/networks/cura.json +++ b/networks/cura.json @@ -1,5 +1,8 @@ { - "domains": [], + "description": "cura ultimaker", + "domains": [ + "ultimaker.com" + ], "networks": [ "188.114.98.0/23" ] diff --git a/networks/discord.json b/networks/discord.json new file mode 100644 index 0000000..78ddcfe --- /dev/null +++ b/networks/discord.json @@ -0,0 +1,23 @@ +{ + "description": "discord", + "domains": [], + "networks": [ + "104.17.0.0/12", + "108.177.14.207/32", + "138.128.140.240/28", + "142.250.150.207/32", + "142.251.1.207/32", + "162.159.128.0/20", + "172.64.0.0/14", + "173.194.0.0/16", + "18.165.140.0/25", + "188.114.0.0/16", + "204.11.56.48/32", + "209.85.233.207/32", + "23.227.38.74/32", + "34.0.0.0/7", + "64.233.160.0/21", + "66.22.192.0/18", + "74.125.128.0/17" + ] +} \ No newline at end of file diff --git a/networks/flibusta.json b/networks/flibusta.json index d552b09..e1a4f69 100644 --- a/networks/flibusta.json +++ b/networks/flibusta.json @@ -1,5 +1,8 @@ { - "domains": [], + "description": "flibusta", + "domains": [ + "flibusta.is" + ], "networks": [ "179.43.150.83/32" ] diff --git a/networks/google.json b/networks/google.json index 88fc0a4..e2f5911 100644 --- a/networks/google.json +++ b/networks/google.json @@ -1,4 +1,5 @@ { + "description": "google services (youtube, mail)", "domains": [], "networks": [ "104.237.160.0/19", diff --git a/networks/jetbrains.json b/networks/jetbrains.json index 77963a7..5e8b43b 100644 --- a/networks/jetbrains.json +++ b/networks/jetbrains.json @@ -1,4 +1,5 @@ { + "description": "jetbrains market", "domains": [], "networks": [ "18.245.46.0/24", diff --git a/networks/notion.json b/networks/notion.json index b093c03..423c043 100644 --- a/networks/notion.json +++ b/networks/notion.json @@ -1,4 +1,5 @@ { + "description": "notion", "domains": [], "networks": [ "104.18.39.102/32", diff --git a/networks/public dns.json b/networks/public dns.json new file mode 100644 index 0000000..a46e0e0 --- /dev/null +++ b/networks/public dns.json @@ -0,0 +1,10 @@ +{ + "description": "google & cloudflare public dns", + "domains": [], + "networks": [ + "1.1.1.1", + "1.0.0.1", + "8.8.8.8", + "8.8.4.4" + ] +} \ No newline at end of file diff --git a/networks/rutracker.json b/networks/rutracker.json index d724570..a8fd925 100644 --- a/networks/rutracker.json +++ b/networks/rutracker.json @@ -1,11 +1,12 @@ { + "description": "rutracker site & trackers", "domains": [], "networks": [ - "104.21.32.39/32", - "172.67.182.196/32", - "188.114.97.0/24", - "188.114.96.0/24", - "104.21.50.150/32", - "172.67.163.237/32" + "104.21.32.39/32", + "172.67.182.196/32", + "188.114.97.0/24", + "188.114.96.0/24", + "104.21.50.150/32", + "172.67.163.237/32" ] } \ No newline at end of file