Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
UniIsland committed Jun 8, 2011
1 parent 1b04a6e commit abeddd2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
a list of ip route for gfw-blocked websites.

use the list fetched from http://www.greatfirewall.biz/blocked.txt to generate a route list file.

use awk to get domain name

sort -u

dig +short -f

remove cname lines

sort -u

merge IPs into ranges if necessary
3 changes: 3 additions & 0 deletions fetch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

wget http://www.greatfirewall.biz/blocked.txt -q

0 comments on commit abeddd2

Please sign in to comment.