6 lines
175 B
Bash
6 lines
175 B
Bash
#!/bin/sh
|
|
sh /setup_programs.sh
|
|
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 |