ZigzagProxy (ZPROXY) - Summary
This group is not part of the GNU Project.
English homepage:
https://www.inventati.org/zoninoz/html/index.php?module=text&aid=67
Italian homepage:
https://www.inventati.org/zoninoz/html/index.php?module=text&aid=83
ZigzagProxy (zproxy) is a CLI bash script, with which
you can connect programs from bash using proxy
(transparent, anonymous or elite/highly-anonymous,
selected according to the type required by the user).
Zproxy extracts proxies from https://proxyscrape.com/free-proxy-list,
analyzes them and checks whether they work, selecting those
that allow a download speed higher than a default value
From README.txt:
INSTALLATION:
---------------
1) Download the installation script from:
http://download-mirror.savannah.gnu.org/releases/zproxy/install_zproxy.sh
2) Give users the right to execute the script:
chmod a+x install_zproxy.sh
3) Start the automatic installation:
./install_zproxy.sh
Usage (the order of the arguments is not important):
---------------------------------------------------
[source |.] zproxy [options] [commands | programs]
[Source |.]:
--------------
You can activate/deactivate a proxy for all
programs/commands started from the same terminal:
'source' (abbreviated with a dot, must always be
inserted BEFORE the command) 'globalizes' the variable
'http_proxy', making it active for all commands/programs
started from the terminal after ZigzagProxy.
Options:
----------
-h --help ZigzagProxy Manual
--ip Current IP address
-u --update Update ZigzagProxy
-d --disable Disable the proxy
-s --ssl HTTPS proxy (ssl)
-t --transparent Select the type of automatic
-a --anonymous proxy to activate:
-e --elite Transparent, Anonymous, Elite
-p PROXY, -pPROXY [-p|--proxy=] allows to activate
--proxy=PROXY a PROXY chosen by the user
Commands or programs:
-----------------------
The program or commands to be started with active proxy.
In the presence of arguments or, in any case, of spaces,
it is necessary to enclose the command between
quotes or single quotes.
Examples:
-----------
- testing proxy activation:
zproxy --ip
zproxy -t "wget -qO- http://indirizzo-ip.com/ip.php"
- activate proxy for Chromium (Transparent or Anonymous):
zproxy -t -a chromium
or:
zproxy -ta chromium
- testing with Chromium:
zproxy -t "chromium http://indirizzo-ip.com/ip.php"
- activate a proxy Transparent, Anonymous or Elite for
all commands, scripts and programs started from the
same terminal, after zproxy:
source zproxy -tae
- disable proxy and update zproxy:
zproxy -du
- activate proxy "123.123.123.123:8080" for the terminal:
. zproxy -p "123.123.123.123:8080"
or:
. zproxy -p"123.123.123.123:8080"
or:
source zproxy --proxy="123.123.123.123:8080"
Note:
-------
ZigzagProxy can also activate a proxy
for Chrome/Chromium and Firefox.
Copyright (C):
----------------
Gianluca Zoni <zoninoz@inventati.org>, 2012
License:
----------
GNU/GPL v.3 or later: http://www.gnu.org/licenses/
Registration Date: Tue 28 Aug 2012 05:05:10 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
posted by zoninoz, Wed 09 May 2018 07:02:37 PM UTC
ZigzagProxy (ZPROXY) RELEASED stable version 1.0.
NEW:
- source code cleaner, structured, clear, stable, easy to maintain;
- bilingual interface and documentation: automatically, it should recognize the language used in the bash terminal, in Italian or in English for other languages (sorry: I do not know other languages);
[...]
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code