Socksify: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install dante-client= *apt install dante-client =Config for Tor Launcher= *cat /etc/dante.conf <pre> route { from: 0.0.0.0/0 to: 0.0.0.0/0 via: 1…“)
 
 
Zeile 10: Zeile 10:
 
                                         }
 
                                         }
 
</pre>
 
</pre>
 +
=Example=
 +
*socksify ssh -v botu.xxx.de

Aktuelle Version vom 12. November 2018, 11:21 Uhr

Install dante-client

  • apt install dante-client

Config for Tor Launcher

  • cat /etc/dante.conf
route {
        from: 0.0.0.0/0   to: 0.0.0.0/0   via: 127.0.0.1 port = 9050
        proxyprotocol: socks_v4 socks_v5 
        method: none 
                                         }

Example

  • socksify ssh -v botu.xxx.de