Stop internet censorship
This commit is contained in:
parent
f0b241366a
commit
c9b71b4276
1 changed files with 8 additions and 0 deletions
8
.zshrc
8
.zshrc
|
@ -75,3 +75,11 @@ if hash chromium 2>/dev/null; then
|
||||||
chromium --incognito --proxy-server="socks://localhost:9050"
|
chromium --incognito --proxy-server="socks://localhost:9050"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
stop_censorship() {
|
||||||
|
msg="Halte à la censure administrative du web !"
|
||||||
|
for ip in "90.85.16.50" "90.85.16.51" "90.85.16.52"
|
||||||
|
do
|
||||||
|
curl -s -o /dev/null --get --data-urlencode "msg=$msg" -H "Host: $msg" --user-agent "$msg" --referer "$msg" "http://$ip/"
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue