Viewing profile — davrodpin
davrodpin
HN member- Joined
- Mon, Oct 15, 2018, 8:51 PM UTC
- HN karma
- 77
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About davrodpin
No profile information was provided.
Recent public activity
-
comment
Comment #47418934
I am glad you like it! I am going to keep adding feature here and there to see where the project goes. What is good about Deno to me is the native Typescript support and the toolch…
- story
- story
- story
-
comment
Comment #43950152
A command-line interface tool that allows you to explore, manage, and manipulate local Deno KV database files.
- story
- story
-
story
Show HN: Mole v0.5.0 (SSH tunnel client with keep alive and connection retries)
Highlighted Features * Auto local address selection: find a port available and start listening to it, so the -local flag doesn’t need to be given every time you run the app. * Crea…
-
story
Resilient SSH tunnel app (keep alive and conn retries)
Latest version of mole, 0.5.0, adds two new features that increases the resiliency of an established tunnel: * Idle clients do not get disconnected from the ssh server since Mole k…
- story
- story
-
story
Easily create SSH tunnels: mole 0.3.0
https://davrodpin.github.io/mole CHANGELOG: https://github.com/davrodpin/mole/releases/tag/v0.3.0
-
comment
Comment #18242956
There is another interesting example: $ mole -v -remote :80 -server example1 The missing "-local" flag will make mole to listen on a random local port.
-
comment
Comment #18242866
That is already supported: curl -L https://github.com/davrodpin/mole/releases/download/v0.2.0/m... | tar xz -C /usr/local/bin And there are plans to implement a script to improve t…
-
comment
Comment #18242847
The tool can select the local port on your behalf. One less thing to configure :)
-
comment
Comment #18242341
Thank you for the feedback. Much appreciated. Someone else opened an issue requesting that: https://github.com/davrodpin/mole/issues/22
-
comment
Comment #18242289
The tool can select the local port on your behalf. It also has aliases to store configuration that user usually use, but that is comparable to the ssh config file.
- story
- story