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 () { proxy () {
local cn sd local cn sd
cn=no_anonim_http.txt cn=proxy.txt
cd /tmp cd /tmp
if [ ! -s $cn ] if [ ! -s $cn ]
then then
wget -q -U ')' 50na50.net/$cn wget -q txt.proxyspy.net/$cn
fi fi
while read px country while read px country
do do
if [[ $country != 'United States' ]] if [[ ! $country =~ US ]]
then then
(( sd++ )) (( sd++ ))
continue continue