Herramientas de usuario

Herramientas del sitio


informatica:redes:tunneling

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
informatica:redes:tunneling [2023/09/06 18:05] – [Tunnelmole] tempwininformatica:redes:tunneling [2023/09/06 18:21] (actual) – [JPRQ] tempwin
Línea 5: Línea 5:
 ^ Proyecto    ^ HTTPS ^ Registro  ^ Lenguaje  ^ ^ Proyecto    ^ HTTPS ^ Registro  ^ Lenguaje  ^
 | [[https://github.com/robbie-cahill/tunnelmole-client/|Tunnelmole]]  | Sí    | No  | Node.js  | | [[https://github.com/robbie-cahill/tunnelmole-client/|Tunnelmole]]  | Sí    | No  | Node.js  |
 +| [[https://github.com/localtunnel/localtunnel|localtunnel]]  | Sí  | No  | Node.js | 
 +| [[https://github.com/ekzhang/bore|bore]]  | No | No | Rust  | 
 +| [[https://jprq.io/|JPRQ]]  | No  | Sí  | Go  |
 ===== Tunnelmole ===== ===== Tunnelmole =====
  
Línea 21: Línea 23:
 https://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
 </code> </code>
 +
 +===== localtunnel =====
 +
 +  * [[https://theboroer.github.io/localtunnel-www/|Web]]
 +  * [[https://github.com/localtunnel/localtunnel|Repositorio de código]]
 +
 +<code>
 +lt --port 8000
 +</code>
 +
 +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 =====
 +
 +<code>
 +bore local 8000 --to bore.pub
 +</code>
 +
 +Ofrece un túnel al dominio ''bore.pub'' en un puerto aleatorio.
 +
 +===== JPRQ =====
 +
 +  * [[https://jprq.io|Web]]
 +  * [[https://github.com/azimjohn/jprq|Repositorio de código]]
 +
 +Primero hay que pedir un token de autenticación accediendo a la siguiente web: https://jprq.io/auth
 +
 +Nos autenticamos:
 +
 +<code>
 +jprq auth <your-auth-token>
 +</code>
 +
 +Creamos el túnel:
 +
 +<code>
 +jprq http 8000
 +</code>
 +
 +
informatica/redes/tunneling.1694016344.txt.gz · Última modificación: por tempwin