Update proxy info in manpage.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c60f7a379d
commit
41f013820c
|
@ -2,7 +2,7 @@
|
||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:Author: tastytea
|
:Author: tastytea
|
||||||
:Email: tastytea@tastytea.de
|
:Email: tastytea@tastytea.de
|
||||||
:Date: 2020-01-01
|
:Date: 2020-01-16
|
||||||
:Revision: 0.0.0
|
:Revision: 0.0.0
|
||||||
:man source: mastorss
|
:man source: mastorss
|
||||||
:man manual: General Commands Manual
|
:man manual: General Commands Manual
|
||||||
|
@ -126,30 +126,16 @@ If true, only post titles, no descriptions.
|
||||||
|
|
||||||
Currently only HTTP and HTTPS are supported.
|
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
|
== PROXY SERVERS
|
||||||
|
|
||||||
mastorss supports HTTP proxies set via the environment variable
|
Since mastorss is built on libcurl, it respects the same proxy environment
|
||||||
_http_proxy_. Accepted format: _+++http://[user[:password]@]host[:port]/+++_. No
|
variables. See *curl*(1), section _ENVIRONMENT_.
|
||||||
SOCKS proxy support yet, sorry.
|
|
||||||
|
|
||||||
.Use mastorss with a proxy server
|
.Tunnel connections through tor.
|
||||||
================================================================================
|
================================================================================
|
||||||
[source,shellsession]
|
[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
|
== SEE ALSO
|
||||||
|
|
||||||
*perlre*(1), *crontab*(1), *crontab*(5)
|
*perlre*(1), *curl*(1), *crontab*(1), *crontab*(5)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user