

How To Host on the Dark Web within the Onion/Tor Network (Free)
source link: https://hackernoon.com/how-to-setup-a-site-on-the-dark-web-within-the-oniontor-network-free-qe3p33ua
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Installing & Configuring nginx
The role of
nginx
is to serve the HTML files and assets (act as a web server). apt update
apt install nginx
The above commands will update the server & install
nginx
. To start the nginx
serverservice nginx start
To check the status of the
nginx
serverservice nginx status
To confirm if the
nginx
server is working. We will make a GET
request to the server using curl
. Before that, you'll need to know what is your IP address. ifconfig
The output will be similar to this
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 134 bytes 21230 (21.2 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 134 bytes 21230 (21.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp9s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet your-ip-address netmask 255.255.255.0 broadcast ###.###.#.###
inet6 ####::####:####:####:#### prefixlen 64 scopeid 0x20<link>
ether ##:##:##:##:##:## txqueuelen 1000 (Ethernet)
RX packets 6379 bytes 8574482 (8.5 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3518 bytes 506008 (506.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Recommend
-
136
The Onion Architecture was coined by Jeffrey Palermo in 2008. As I see it, it builds on the Ports & Adapters Architecture by adhering to the idea of placing the domain in the centre of the application, externalising the delivery mechanisms (...
-
99
DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together This post is part of The Softwar...
-
37
When : a cold San Francisco summer afternoon Where :...
-
47
Tor: The Second-Generation Onion Router Roger Dingledine, The Free Haven Project, [email protected] Nick Mathewson, The Free Haven Project, [email protected] Paul Syverson,...
-
46
-
93
The Tor Project is preparing a fix for a bug that has been abused for the past years to launch distributed denial of service (DDoS) attacks against dark web (.onion) websites. Barring any unforeseen problems, th...
-
21
Promote your Onion site with the Onion-Location
-
4
-
11
How to Create Your Own Dark Website (.onion) on LinuxMay 18th 2022 new story0
-
4
Create your own site in the dark web. There is a lot of misconception around the dark web, and most of the people think that it is not possible to create their own website on Dark web (The Onion network). Today we will set up a website in...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK