gitextract_a_xjcfnj/ ├── .gitignore ├── LICENSE ├── README.md ├── data/ │ ├── ggc.txt │ └── iata.txt ├── hosts ├── hosts_lax ├── merge_snippets.sh ├── snippets/ │ ├── 01_google.txt │ ├── 02_l.google.txt │ ├── 03_adwords.txt │ ├── 04_android.txt │ ├── 05_bigcache.txt │ ├── 06_googleusercontent.txt │ ├── 07_youtube.txt │ ├── 08_googlevideo.txt │ ├── 09_facebook.txt │ ├── 10_wiki.txt │ ├── 11_others.txt │ ├── 12_ipv4.txt │ ├── 1e100.txt │ └── CN.txt ├── tools/ │ ├── conv.py │ ├── extract_ggc.sh │ ├── extract_iata.sh │ ├── extract_iata_1e100.sh │ ├── gen-1e100.sh │ ├── gen-ggc.sh │ ├── gen-sn.sh │ ├── geoip.sh │ ├── list-1e100-all.py │ ├── list-1e100.py │ ├── list-sn-all.py │ ├── list-sn-spec.py │ ├── list-sn.py │ ├── list-xx.py │ └── sort-by-ip.py └── update_hosts.py