From 80f10a39495ed2db83003e5d7fca7090568f04a6 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Fri, 25 Apr 2025 15:55:43 +0930 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cfa2dfd..42094fb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ pipe) modes, allowing intuitive use like: Note that since netgiv uses a persistent server, there is no need to setup both ends of the pipeline in advance (compared to netcat or similar tools). +This also means that you could "copy" once and "paste" multiple times, on +multiple different machines. + All data is encrypted in flight (though not in the temporary files on the server) Access to the server is granted by an authentication token (preshared key) of your choice. @@ -161,3 +164,4 @@ pipes. Bug reports and suggestions for workarounds are welcome. # Acknowledgements * thanks to tengig for the name +* thanks to [@jsnfwlr](https://github.com/jsnfwlr) for the burn feature \ No newline at end of file