From 9bb02c22a4cd7130812296d0d25171187a15677a Mon Sep 17 00:00:00 2001 From: dimon Date: Tue, 1 Mar 2022 08:24:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'setup=5Ftor.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_tor.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup_tor.sh b/setup_tor.sh index 999fa3c..0c04fdc 100644 --- a/setup_tor.sh +++ b/setup_tor.sh @@ -1,3 +1,6 @@ #!/bin/sh sh /setup_programs.sh -apt install -y tor obfs4proxy \ No newline at end of file +apt install -y tor obfs4proxy + +rm /etc/tor/torrc +wget https://git.dfosd.synology.me/docker/ubuntu-tor/raw/branch/master/torrc -O /etc/tor/torrc \ No newline at end of file