-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs to use build server or vanity url
- Loading branch information
Showing
4 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ project: | |
website: "https://torproxy.okkur.org" | ||
description: | | ||
Route your http requests through the onion network without Tor browser | ||
version: "v0.1.0" | ||
version: "v0.2.0" | ||
|
||
vision: | ||
type: "community" | ||
|
@@ -30,19 +30,21 @@ readme: | |
First you need to install the Tor on your machine. Check this page to download and learn how to install Tor: [Download Tor](https://www.torproject.org/download/) | ||
Then install the torproxy using `go get`: | ||
You can get torproxy as a plugin on caddy's [build server](https://caddyserver.com/download). | ||
Or install torproxy using `go get`. | ||
``` | ||
go get github.com/okkur/torproxy/cmd/torproxy | ||
go get -u go.okkur.org/torproxy/cmd/torproxy | ||
``` | ||
Create a config file like the below example: | ||
Create a config file. | ||
``` | ||
example.test { | ||
torproxy example.test somewhereonthe.onion | ||
} | ||
``` | ||
Then run torproxy using this command: | ||
Now you can run torproxy. | ||
``` | ||
torproxy -conf tor.test | ||
``` | ||
|
@@ -59,7 +61,7 @@ docs: | |
go mod download | ||
``` | ||
Do not forget to install the Tor itself on your machine too since torproxy needs that to operate correctly. | ||
Do not forget to install Tor itself on your machine since torproxy needs that to operate correctly. | ||
emails: | ||
commercialSupport: "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.0 | ||
v0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters