====== Tunneling ======
* https://github.com/anderspitman/awesome-tunneling
^ Proyecto ^ HTTPS ^ Registro ^ Lenguaje ^
| [[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 =====
* [[https://github.com/robbie-cahill/tunnelmole-client/|Repositorio de código]]
tmole
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 =====
* [[https://theboroer.github.io/localtunnel-www/|Web]]
* [[https://github.com/localtunnel/localtunnel|Repositorio de código]]
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 =====
* [[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:
jprq auth
Creamos el túnel:
jprq http 8000