dumbpipe
dumbpipe copied to clipboard
It would be nice to support save/load keypair and derp server list configuration form a json configuration file This will make start up a lot easier once configured.
This will allow unorderd network packet forwarding besides pipe. Maybe skip quic and use underlying maigcsoket directly.
Is it possible to use dumbpipe for ssh connections? I only see an ffmpeg example on the readme.
Currently you can only generate logs using the `RUST_LOG` environment variable. It would be nice if users could easily produce logfiles without any ansi colouring etc. Maybe a `--logfile path/to/logfile...
I added the possibility to persists the node-key, so that the listener can be restarted after a reboot or container restart. I use this for a `dumbpipe` that forwards a...
``` echo foo | dumbpipe connect endpoint[REDACTED] using secret key [REDACTED] bar error: connection lost ``` Dumbpipe is treating this as an error including exiting nonzero. But it has successfully...
It is scary when folks have to worry about secrets being printed. #84 will solve the key persistence in a much better way anyway.
Hello I'm back! I thought this issue would be a good first step to get familiar with Iroh, so I started implementing the possibility to define a custom relay. As...
This will let us print out a ticket even if we can't get online This timeout value of 5 seconds was chosen based on the recommendation in the 0.93 announcement...