diff options
| author | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
|---|---|---|
| committer | sillylaird <sillylaird@fastmail.ca> | 2026-02-03 21:27:57 -0500 |
| commit | 720d752748b793a2f5cf3cc14cb75ad86e8919c0 (patch) | |
| tree | 29120103307cb17e7d6c283cc198ec2484f934cd /pub/tor.txt | |
First commit
Diffstat (limited to 'pub/tor.txt')
| -rw-r--r-- | pub/tor.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
