Tor2Web like proxy service
DanWin opened this issue · 2 comments
Some users may have their own web hosting as a hidden service, but would like to publish it anonymously to clearnet, without needing to reveal their identity to a hosting provider. A proxy service that doesn't host any content itself could be useful for these users.
A comment I got by mail:
Hi,
I'm looking for providing my onionsite for non-Tor users and I want to use
my domain.
There are lots of tor2web gateway like yours and none of them provide it.
For example, I own domain 'my.example.org'.
- Configure DNS
my.example.org CNAME proxy.onion.ly
my.example.org TXT
v=onion;k=xxxxxxxx;d=onion.ly;r=abcde.xyzxyz.onion:88;c=nsa@hi.ih
-
Click verify on your website
-
You verify ownership by looking up DNS
format:
v=onion;k=(randomkey);d=(onionserviceID);r=(destination);c=contact+onion@gmail.com -
If 3 is okay, proxy will begin.
my.example.org --- onion.ly --- abcde.xyzxyz.onion, port 88
Additional requirement:
- Please add header 'X-From-OnionSite: onion.ly' (d value) so destination
server can know about it. - If the onionsite return nothing or unable to connect, just display
blank, empty page. - Account-based management will be useful. Not everyone wants to display
their destination (remove my.example.org TXT)
Don't forget OpenVPN
!