From 720d752748b793a2f5cf3cc14cb75ad86e8919c0 Mon Sep 17 00:00:00 2001 From: sillylaird Date: Tue, 3 Feb 2026 21:27:57 -0500 Subject: First commit --- pub/tor.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pub/tor.txt (limited to 'pub/tor.txt') diff --git a/pub/tor.txt b/pub/tor.txt new file mode 100644 index 0000000..f6a1f40 --- /dev/null +++ b/pub/tor.txt @@ -0,0 +1,19 @@ +1. Download and install the Tor Browser to your Windows Server VPS from https://www.torproject.org/download/ + 2. Navigate to C:\Tor Browser\Browser\TorBrowser\Data\Tor and open the torrc file in a text + editor + 3. Add the following two lines to the torrc file: + HiddenServiceDir C:\inetpub\directory_for_your_sillylaird.info_website + HiddenServicePort 80 127.0.0.1:80 + 4. Save the torrc file, and start Tor Browser on your VPS + 5. Navigate to C:\inetpub\directory_for_your_sillylaird.info_website , search for a file + named hostname, and open it in a text editor. The hostname file should contain a single line + which ends in .onion; this is the newly generated onion address for your site. Copy this line to your clipboard + 6. Start up IIS with administrator privileges, and then navigate to the IIS settings page for sillylaird.info + 7. Add a new site binding for your sillylaird.info site under Edit Site > Bindings... with + the following configuration: + Type: http + IP address: All Unassigned + Port: 80 + Host name: paste the .onion address which you copied in step 5 + 8. Click "Ok", then "Close" + 9. Try accessing your site's onion address via Tor Browser on your local machine \ No newline at end of file -- cgit v1.2.3