Change proxy list

This commit is contained in:
Steven Penny 2014-06-11 22:04:43 -05:00
parent 71a3ce0cff
commit 143e7a816f
1 changed files with 3 additions and 3 deletions

View File

@ -307,15 +307,15 @@ apt-search () {
proxy () {
local cn sd
cn=no_anonim_http.txt
cn=proxy.txt
cd /tmp
if [ ! -s $cn ]
then
wget -q -U ')' 50na50.net/$cn
wget -q txt.proxyspy.net/$cn
fi
while read px country
do
if [[ $country != 'United States' ]]
if [[ ! $country =~ US ]]
then
(( sd++ ))
continue