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