Skip to content

Commit cff6c08

Browse files
committed
Feat: add geoip:tor list
The IPs in `geoip:tor` are Tor Exit Nodes published by Tor project here: https://check.torproject.org/torbulkexitlist
1 parent 979d9ae commit cff6c08

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This project releases various formats of GeoIP files automatically every Thursda
2121
- `geoip:netflix``GEOIP,NETFLIX`
2222
- `geoip:telegram``GEOIP,TELEGRAM`
2323
- `geoip:twitter``GEOIP,TWITTER`
24+
- `geoip:tor``GEOIP,TOR`
2425

2526
## 下载地址与使用方法
2627

config.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
"onlyIPType": "ipv6"
4545
}
4646
},
47+
{
48+
"type": "text",
49+
"action": "add",
50+
"args": {
51+
"name": "tor",
52+
"uri": "https://check.torproject.org/torbulkexitlist"
53+
}
54+
},
4755
{
4856
"type": "text",
4957
"action": "add",
@@ -203,7 +211,8 @@
203211
"google",
204212
"netflix",
205213
"telegram",
206-
"twitter"
214+
"twitter",
215+
"tor"
207216
]
208217
}
209218
},
@@ -231,15 +240,16 @@
231240
"outputName": "Country.mmdb",
232241
"overwriteList": [
233242
"cn",
234-
"private",
235243
"cloudflare",
236244
"cloudfront",
237245
"facebook",
238246
"fastly",
239247
"google",
240248
"netflix",
241249
"telegram",
242-
"twitter"
250+
"twitter",
251+
"tor",
252+
"private"
243253
]
244254
}
245255
},
@@ -258,7 +268,8 @@
258268
"google",
259269
"netflix",
260270
"telegram",
261-
"twitter"
271+
"twitter",
272+
"tor"
262273
]
263274
}
264275
},
@@ -285,7 +296,8 @@
285296
"google",
286297
"netflix",
287298
"telegram",
288-
"twitter"
299+
"twitter",
300+
"tor"
289301
]
290302
}
291303
},

0 commit comments

Comments
 (0)