QNAP [ TLSTun ] [ 0.1.0 ] socks tunnel client and server

  • Vague de SPAM

    Suite à une vague de spam sur le forum, les inscriptions sont temporairement limitées.

    Après votre inscription, un membre de l'équipe devra valider votre compte avant qu'il ne soit activé. Nous sommes désolés pour la gêne occasionnée et vous remercions de votre patience.

QoolBox

Représentant QNAP
2 Janvier 2014
10 748
185
173
51
France
www.qnap.com
Professionnel
Oui
Source : https://github.com/jsimonetti/tlstun

Download :

x86 version : http://www.positiv-it.fr/QNAP/APP/TLSTun_0.1_x86.qpkg.zip
x31 version : http://www.positiv-it.fr/QNAP/APP/TLSTun_0.1_arm-x31.qpkg.zip

note :

Webui for start and stop

about :

TLSTun is a Go client server application to tunnel through highly intelligent firewalls.

The client will connect to the server component over a WebSocket. All client connections are then muxed over the WebSocket to the server which connects the to a socks Socks proxy. The server then proxies the connection from the mux to the real destination.

This will punch through firewalls that do actual inspection of traffic.

-- Options for client component:

Code:
    -ip         Ip address to listen on (This will be your Socks5 ip)
    -port       Local port to bind to (This will be your Socks5 port)
    -sip        Ip of the server component to connect the websockets to
    -sport      Port of the server component to connect the websockets to
    -register   Prompt for server password to register your certificate on the server
    -help       Show the usage
    -cpuprofile Add cpuprofiling to the webserver (see source for more detail)

Log level settings:
  (By default only errors lvl Error and up are shown)
    -debug      Show debug logging
    -verbose    Show info logging
    -quiet      Do not show any logging

-- Options for server component:

Code:
    -ip         Ip address to listen on
    -port       Local port to bind to
    -regpass    Password to use when registering clients. Only needed during
                client registering.
    -help       Show the usage
    -cpuprofile Add cpuprofiling to the webserver (see source for more detail)

Log level settings:
  (By default only errors lvl Error and up are shown)
    -debug      Show debug logging
    -verbose    Show info logging
    -quiet      Do not show any logging
 
Merci Stéphane!! :)

Est-ce que c'est possible de l'utiliser devant un webserver (càd sur porte 80 ou 443 qui sont déjà utilisés par Qthttpd)?

giopas