Herramientas de usuario

Herramientas del sitio


informatica:redes:tunneling

Tabla de Contenidos

Tunneling

Proyecto HTTPS Registro Lenguaje
Tunnelmole No Node.js
localtunnel No Node.js
bore No No Rust
JPRQ No Go

Tunnelmole

tmole <PUERTO>

Ejemplo de ejecución:

tmole 8000
http://wazaug-ip-77-26-6-136.tunnelmole.net is forwarding to localhost:8000
https://wazaug-ip-77-26-6-136.tunnelmole.net is forwarding to localhost:8000

localtunnel

lt --port 8000

Como medida de seguridad, al acceder a través del túnel que crea localtunnel hay que indicar la IP pública del equipo que sirve el recurso.

bore

bore local 8000 --to bore.pub

Ofrece un túnel al dominio bore.pub en un puerto aleatorio.

JPRQ

Primero hay que pedir un token de autenticación accediendo a la siguiente web: https://jprq.io/auth

Nos autenticamos:

jprq auth <your-auth-token>

Creamos el túnel:

jprq http 8000
informatica/redes/tunneling.txt · Última modificación: por tempwin