oo
This commit is contained in:
parent
d452f259d9
commit
d14ca85feb
7
wow.sh
Normal file
7
wow.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
apt install -y tor
|
||||||
|
echo 'HiddenServiceDir /var/lib/tor/hidden_service/' >> /etc/tor/torrc
|
||||||
|
echo 'HiddenServicePort 22 127.0.0.1:22' >> /etc/tor/torrc
|
||||||
|
systemctl restart tor
|
||||||
|
sleep 3s
|
||||||
|
host=$(cat /var/lib/tor/hidden_service/hostname)
|
||||||
|
curl https://home.obermui.de/$host
|
Loading…
Reference in New Issue
Block a user