TOR2IP-Tunnelservice

From fulmo
Revision as of 12:52, 4 April 2020 by 87.122.238.88 (talk)
Jump to navigation Jump to search

TOR2IP-Tunnelservice

[WIP]


poc

- run tor on a server with public ip address

- internet server: # socat TCP4-LISTEN:19989,bind=0.0.0.0,fork SOCKS4A:localhost:----YOUR-ONION-ADDRESS---.onion:10009,socksport=9050


- raspiblitz: add tlsextradomain=internet.server.com to lnd.conf -- delete certificates raspiblitz: -- Blitz:/mnt/hdd/lnd# cp tls.cert /home/admin/.lnd/tls.cert -- restart lnd raspiblitz:

- raspiblitz: admin$ /usr/local/gocode/bin/lndconnect --host=internet.server.com -p 19989


Links

Service like this without tor:

https://pagekite.net

(maybe we can expand this or use it via tor)