From 0e90625d7c4f4778961c230557386da6cb236e18 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 8 Oct 2022 21:50:39 +0800 Subject: [PATCH] Fix for Rutracker's blocked trackers in RF --- tools/rutracker.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/rutracker.sh diff --git a/tools/rutracker.sh b/tools/rutracker.sh new file mode 100755 index 0000000..0ae578e --- /dev/null +++ b/tools/rutracker.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +echo "# https://rutracker.net/forum/viewtopic.php?p=75274766#75274766" | sudo tee -a /etc/hosts # > /dev/null +echo "185.15.211.203 bt.t-ru.org" | sudo tee -a /etc/hosts # > /dev/null +echo "185.15.211.203 bt2.t-ru.org" | sudo tee -a /etc/hosts # > /dev/null +echo "185.15.211.203 bt3.t-ru.org" | sudo tee -a /etc/hosts # > /dev/null +echo "185.15.211.203 bt4.t-ru.org" | sudo tee -a /etc/hosts # > /dev/null