Update proxy info in manpage.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-01-16 23:58:32 +01:00
parent c60f7a379d
commit 41f013820c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 20 deletions

View File

@ -2,7 +2,7 @@
:doctype: manpage
:Author: tastytea
:Email: tastytea@tastytea.de
:Date: 2020-01-01
:Date: 2020-01-16
:Revision: 0.0.0
:man source: mastorss
:man manual: General Commands Manual
@ -126,30 +126,16 @@ If true, only post titles, no descriptions.
Currently only HTTP and HTTPS are supported.
// == PROXY SERVERS
// Since mastorss is built on libcurl, it respects the same proxy environment
// variables. See *curl*(1), section _ENVIRONMENT_.
// .Tunnel connections through tor.
// ================================================================================
// [source,shell]
// --------------------------------------------------------------------------------
// ALL_PROXY="socks4a://[::1]:9050" mastorss example
// --------------------------------------------------------------------------------
// ================================================================================
== PROXY SERVERS
mastorss supports HTTP proxies set via the environment variable
_http_proxy_. Accepted format: _+++http://[user[:password]@]host[:port]/+++_. No
SOCKS proxy support yet, sorry.
Since mastorss is built on libcurl, it respects the same proxy environment
variables. See *curl*(1), section _ENVIRONMENT_.
.Use mastorss with a proxy server
.Tunnel connections through tor.
================================================================================
[source,shellsession]
--------------------------------------------------------------------------------
% http_proxy="http://localhost:3128/" mastorss example
% ALL_PROXY="socks4a://[::1]:9050" mastorss example
--------------------------------------------------------------------------------
================================================================================
@ -195,4 +181,4 @@ E-mail: tastytea@tastytea.de
== SEE ALSO
*perlre*(1), *crontab*(1), *crontab*(5)
*perlre*(1), *curl*(1), *crontab*(1), *crontab*(5)