This commit is contained in:
nihilist 2025-04-22 21:04:37 +02:00
parent 6a432d0172
commit 0bc7c1ad0a

View file

@ -79,7 +79,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Initial VPN over Tor Setup </b></h2>
<p>First let's make it use an external VPS as a VPN server (make sure that you get it from a <a href="https://kycnot.me/services?type=VPS">non-KYC cloud provider</a>, where you create your account with an email that you also registered through TOR.), see <a href="../ovpn_tor/index.html">this tutorial</a> i made for the full reasoning.</p>
<p>First let's make it use an external VPS as a VPN server (make sure that you get it from a <a href="https://kycnot.me/services?type=VPS">non-KYC cloud provider</a>, where you create your account with an email that you also registered through TOR.), see <a href="../anonymousremoteserver/index.html">this tutorial</a> i made for the full reasoning.</p>
<pre><code class="nim">
root@mail:~# apt update -y ; apt upgrade -y ; apt autoremove -y ; apt install vim tor obfs4proxy -y