This commit is contained in:
nihilist 2024-08-04 11:10:28 +02:00
parent 8ca6696378
commit 069fe9d4e9
2 changed files with 6 additions and 5 deletions

View File

@ -206,12 +206,13 @@
<li><a href="monero2024/node.html">✅ Monero Node</a></li>
<li><a href="monero2024/node.html">❌ Monero Mining (help validate the network)</a></li>
<li><a href="anon.html">❌ Haveno Seed Node</a></li>
<li><a href="anon.html">❌ Haveno DEX Network </a></li>
</ol></br>
<p>🧅 Serverside - Self-Hosting Hidden Services (⚠️ <a href="sensitiveremotevshome/index.html">Self-Hosting = Non-Sensitive!</a>)</p>
<ol>
<li><a href="hiddenservices/index.html">✅ Introduction to Self-Hosting Hidden Services</a></li>
<li><a href="torwebsite/index.html">🟠 .onion website with custom .onion Vanity V3 address</a></li>
<li><a href="torwebsite/index.html">✅ Hidden Service with custom .onion Vanity V3 address</a></li>
<li><a href="anon.html">❌ Basic Webserver setup (NGINX / PHP / MYSQL)</a></li>
<li><a href="anon.html">❌ Minimalistic MoneroSSO .onion setup</a></li>
<li><a href="anon.html">❌ XMPP prosody .onion setup (chat service)</a></li>

View File

@ -8,7 +8,7 @@
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
<title>Tor Website Setup</title>
<title>Hidden Service with custom .onion Vanity V3 address</title>
<!-- Bootstrap core CSS -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
@ -61,9 +61,9 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../anon.html">Previous Page</a></br></br><p><img src="../../assets/img/user.png" width="50px" height="50px"> <ba>nihilist@mainpc - 2024-02-01</ba></p>
<h1>Tor Website Setup </h1>
<h1>Hidden Service with custom .onion Vanity V3 address </h1>
<img src="../hiddenservices/2.png" class="imgRz">
<p>In this tutorial we'll setup a TOR website, which can be accessed via a .onion link. We'll set it up using nginx and Tor. </p>
<p>In this tutorial we'll setup a Hidden Service with custom .onion Vanity V3 address, we'll set it up using nginx and Tor. </p>
</div>
</div><!-- /row -->
@ -76,7 +76,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Initial Setup </b></h2>
<p>Before starting, check if your ISP allows tor use or not. And if it does not, make sure you install a VPN to hide the fact that you're using Tor as we did previously <a href="../vpn/index.html">here</a>:</p>
<p>Before starting, check if your ISP allows tor use or not. <b>And if it does not, make sure you install a VPN to hide the fact that you're using Tor</b> as we did previously <a href="../vpn/index.html">here</a>:</p>
<pre><code class="nim">
# Download the Mullvad signing key
sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc