diff options
| author | loyalsoldier <[email protected]> | 2021-09-03 14:35:50 +0800 |
|---|---|---|
| committer | loyalsoldier <[email protected]> | 2021-09-03 14:35:50 +0800 |
| commit | b91618db1ef9d7df67c2cd1cd5588d9d529436f0 (patch) | |
| tree | bc45d63792f9f7e3485591a6abf5d53a2a6570a5 | |
| parent | 946289eeea24697b5919df3c243b1baa62d4c5e5 (diff) | |
Add geoip:google & geoip:twitter list
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | asn.csv | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ 本项目每周四自动生成 GeoIP 文件,同时提供命令行界面(CLI)供用户自行定制 GeoIP 文件,包括但不限于 V2Ray dat 格式路由规则文件 `geoip.dat` 和 MaxMind mmdb 格式文件 `Country.mmdb`。 -This project releases GeoIP files automatically every Thursday. It also provides a command line interface(CLI) for users to customize their own GeoIP files, included but not limited to V2Ray dat format file `geoip.dat` and MaxMind mmdb format file `country.mmdb`. +This project releases GeoIP files automatically every Thursday. It also provides a command line interface(CLI) for users to customize their own GeoIP files, included but not limited to V2Ray dat format file `geoip.dat` and MaxMind mmdb format file `Country.mmdb`. ## 与官方版 GeoIP 的区别 @@ -12,8 +12,10 @@ This project releases GeoIP files automatically every Thursday. It also provides - `geoip:cloudfront`(`GEOIP,CLOUDFRONT`) - `geoip:facebook`(`GEOIP,FACEBOOK`) - `geoip:fastly`(`GEOIP,FASTLY`) + - `geoip:google`(`GEOIP,GOOGLE`) - `geoip:netflix`(`GEOIP,NETFLIX`) - `geoip:telegram`(`GEOIP,TELEGRAM`) + - `geoip:twitter`(`GEOIP,TWITTER`) ## 参考配置 @@ -1,5 +1,7 @@ cloudflare,AS395747|AS394536|AS209242|AS203898|AS202623|AS14789|AS139242|AS133877|AS13335|AS132892 facebook,AS63293|AS54115|AS32934 fastly,AS54113|AS394192 +google,AS6432|AS55023|AS45566|AS43515|AS41264|AS40873|AS396982|AS395973|AS394699|AS394639|AS394507|AS36987|AS36492|AS36385|AS36384|AS36040|AS36039|AS26910|AS26684|AS22859|AS22577|AS19527|AS19448|AS19425|AS16591|AS16550|AS15169|AS13949|AS139190|AS139070 netflix,AS55095|AS40027|AS394406|AS2906 telegram,AS62041|AS62014|AS59930|AS44907|AS211157 +twitter,AS8945|AS54888|AS35995|AS13414 |
