diff options
author | bptato <nincsnevem662@gmail.com> | 2024-10-12 17:14:01 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-10-12 17:19:44 +0200 |
commit | c4a75720959a968004fec1996d6870d0874c953d (patch) | |
tree | 428407444b6aa0199060629047f5393f3b590218 /res/urimethodmap | |
parent | 828716e78b5b1a9fea93c2839d89e189c1fcb252 (diff) | |
download | chawan-c4a75720959a968004fec1996d6870d0874c953d.tar.gz |
Add `nc' tool & adjust finger/spartan to use it
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)
Diffstat (limited to 'res/urimethodmap')
-rw-r--r-- | res/urimethodmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 5f0a2b28..bdeb5b20 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -2,7 +2,7 @@ http: cgi-bin:http https: cgi-bin:http -finger: cgi-bin:cha-finger +finger: cgi-bin:finger gemini: cgi-bin:gemini about: cgi-bin:about file: cgi-bin:file |