Dante-client: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Install= *sudo apt install dante-client“)
 
Zeile 1: Zeile 1:
 
=Install=
 
=Install=
 
*sudo apt install dante-client
 
*sudo apt install dante-client
 +
=Konfiguration=
 +
*cat /etc/dante.conf
 +
<pre>              .
 +
route {
 +
        from: 0.0.0.0/0  to: 0.0.0.0/0  via: 127.0.0.1 port = 1080
 +
        protocol: tcp udp               
 +
        proxyprotocol: socks_v4 socks_v5
 +
        method: none
 +
}
 +
</pre>

Version vom 8. September 2021, 14:14 Uhr

Install

  • sudo apt install dante-client

Konfiguration

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