about summary refs log tree commit diff stats
path: root/adapter/protocol/finger
Commit message (Collapse)AuthorAgeFilesLines
* Add `nc' tool & adjust finger/spartan to use itbptato2024-10-121-0/+29
Simple netcat clone, useful for portable scripts. Especially because some netcats will close the connection as soon as I close stdin... this one only quits when either stdout or the socket refuses new data. Also, it uses our standard TCP connection routine, meaning it respects ALL_PROXY. (i.e. now spartan works with socks5 too)