diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-13 19:54:39 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-10-12 16:30:11 +0200 |
commit | 6087f759642cd747d03e43cc57da0a508ccc1d61 (patch) | |
tree | 3c3261e0d28fd72003e50623b64f80ce22a803ff /res | |
parent | 47caa59e5d1455484c4e5b08f58177a1b2172f44 (diff) | |
download | chawan-6087f759642cd747d03e43cc57da0a508ccc1d61.tar.gz |
gmifetch: rewrite in Nim
This finally makes it possible to use socks5 for Gemini. Also slightly refactored the config, to make it easier to pass on the config dir. By the way, the known_hosts file is now stored in the config dir too. The adapter will try to move it to there from the old location.
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 9b1362ab..5f0a2b28 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -3,7 +3,7 @@ http: cgi-bin:http https: cgi-bin:http finger: cgi-bin:cha-finger -gemini: cgi-bin:gmifetch +gemini: cgi-bin:gemini about: cgi-bin:about file: cgi-bin:file ftp: cgi-bin:ftp |