From d21174acf61faf00b4c769f683a87934d3da6ddd Mon Sep 17 00:00:00 2001 From: kirillius Date: Tue, 11 Feb 2025 08:27:55 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B5=D1=80=D0=B0=D0=B1=D0=BE=D1=87=D0=B8=D0=B5=20=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D1=83=D1=80=D1=81=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- networks/redtube.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 networks/redtube.json diff --git a/networks/redtube.json b/networks/redtube.json deleted file mode 100644 index f0a7f51..0000000 --- a/networks/redtube.json +++ /dev/null @@ -1,9 +0,0 @@ - { - "description": "redtube", - "domains": [ - "redtube.com" - ], - "networks": [ - "66.254.114.238/32" - ] -} \ No newline at end of file From 8d08e481dd4679a734da323ebea7d38416f9cd7e Mon Sep 17 00:00:00 2001 From: kirillius Date: Thu, 6 Mar 2025 17:39:44 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D1=83=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=BF=D0=B5=D1=80=D0=B2=D0=BE=D0=BC=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/quagga/QuaggaPlugin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/quagga/QuaggaPlugin.php b/plugins/quagga/QuaggaPlugin.php index 4b504bb..c392e6a 100644 --- a/plugins/quagga/QuaggaPlugin.php +++ b/plugins/quagga/QuaggaPlugin.php @@ -66,6 +66,8 @@ class QuaggaPlugin extends Plugin rename($configfile, $backupFile); file_put_contents($configfile, implode("\n", $lines)); + sleep(10); + //restart zebra return shell_exec($this->config["restart_cmd"]); } From dba9efbd9c7921b727e58bdae699bfc01350e1ef Mon Sep 17 00:00:00 2001 From: kirillius Date: Sat, 12 Apr 2025 14:46:38 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20snapeda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- networks/snapeda.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 networks/snapeda.json diff --git a/networks/snapeda.json b/networks/snapeda.json new file mode 100644 index 0000000..e9dc593 --- /dev/null +++ b/networks/snapeda.json @@ -0,0 +1,9 @@ +{ + "description": "www.snapeda.com", + "domains": ["www.snapeda.com"], + "networks": [ + "104.26.0.159/32", + "104.26.1.159/32", + "172.67.71.169/32" + ] +} \ No newline at end of file From 9154c3440bca1bd75180eb54bf96d7c32ac97ed3 Mon Sep 17 00:00:00 2001 From: kirillius Date: Mon, 19 May 2025 18:04:15 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20networks/google.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- networks/google.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/networks/google.json b/networks/google.json index 56a27ea..96b59fd 100644 --- a/networks/google.json +++ b/networks/google.json @@ -12,6 +12,8 @@ "gstatic.com" ], "networks": [ + "85.249.244.0/23", + "213.221.56.0/27", "104.154.0.0/15", "104.196.0.0/14", "104.237.160.0/19",