]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: support a bunch of curl(1) options
authorEric Wong <e@80x24.org>
Sat, 23 Jan 2021 10:27:53 +0000 (10:27 +0000)
committerEric Wong <e@80x24.org>
Sat, 23 Jan 2021 23:45:32 +0000 (23:45 +0000)
commit00d6a4a403e7b36e91c68f8a47252b5d6db0d577
tree44dc190995b31b1095d128b72b575d725caf864b
parent44d9e8224729a392c278ea6254038f961c95a0e8
lei q: support a bunch of curl(1) options

Some of these options will make sense when on weird networks
(behind firewalls, etc.)  Some of these options may not make
sense at all.

This allows users who prefer to use the SOCKS5 proxy support in
curl rather than torsocks(1), but we'll still support torsocks
by default since some Tor instances aren't on the default
127.0.0.1:9050.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiQuery.pm
lib/PublicInbox/LeiXSearch.pm