An easy way to proxy your http requests through the onion network
NOTE: This is a beta release, we do not consider it completely production ready yet. Use at your own risk.
Route your http requests through the onion network without Tor browser
Note: The master
branch is using Caddy v2, if you
want to use Torproxy with previous caddy versions, check the caddy-v1
branch.
If you want Torproxy to start a fresh instance of Tor, you need to install Tor on your machine. Take a look at the Tor download instructions
You can get torproxy as a plugin on Caddy's v1
build server.
Or install torproxy's v2
version using go get
:
go get go.okkur.org/torproxy/cmd/torproxy
Create a config file like the example below. For more information about the available config options, check the Configuration page.
example.test {
torproxy example.test somewhereonthe.onion
}
You can run torproxy with Caddyfile config adapter using this command:
torproxy start -config torproxy.config -adapter caddyfile
Take a look at our full documentation.
For detailed information on support options see our support guide.
Best place to start is our contribution guide.
Code is licensed under the Apache License, Version 2.0.
Documentation/examples are licensed under Creative Commons BY-SA 4.0.
Illustrations, trademarks and third-party resources are owned by their respective party and are subject to different licensing.
Copyright 2019 - The Torproxy authors