mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 00:49:36 +03:00
refactor: new config data and cidr storage update
This commit is contained in:
58
config/messengers/messenger.com.json
Normal file
58
config/messengers/messenger.com.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"domains": [
|
||||
"messenger.com",
|
||||
"scontent.whatsapp.net",
|
||||
"static.whatsapp.net"
|
||||
],
|
||||
"dns": [
|
||||
"127.0.0.11:53",
|
||||
"77.88.8.88:53",
|
||||
"8.8.8.8:53",
|
||||
"1.1.1.1:53"
|
||||
],
|
||||
"timeout": 3600,
|
||||
"ip4": [
|
||||
"157.240.0.13",
|
||||
"157.240.0.60",
|
||||
"157.240.205.1",
|
||||
"157.240.205.60",
|
||||
"157.240.234.15",
|
||||
"157.240.234.60",
|
||||
"157.240.251.6",
|
||||
"157.240.251.60",
|
||||
"157.240.252.10",
|
||||
"157.240.252.60",
|
||||
"157.240.253.60",
|
||||
"157.240.9.18",
|
||||
"157.240.9.53"
|
||||
],
|
||||
"ip6": [
|
||||
"2a03:2880:f013:0:face:b00c:0:2",
|
||||
"2a03:2880:f028:110:face:b00c:0:2",
|
||||
"2a03:2880:f028:11:face:b00c:0:2",
|
||||
"2a03:2880:f083:6:face:b00c:0:2",
|
||||
"2a03:2880:f084:10d:face:b00c:0:2",
|
||||
"2a03:2880:f084:a:face:b00c:0:2",
|
||||
"2a03:2880:f213:c3:face:b00c:0:167",
|
||||
"2a03:2880:f228:1c1:face:b00c:0:167",
|
||||
"2a03:2880:f228:c5:face:b00c:0:167",
|
||||
"2a03:2880:f26d:c2:face:b00c:0:167",
|
||||
"2a03:2880:f276:1c2:face:b00c:0:167",
|
||||
"2a03:2880:f276:cd:face:b00c:0:167",
|
||||
"2a03:2880:f277:1cd:face:b00c:0:167",
|
||||
"2a03:2880:f277:cc:face:b00c:0:167"
|
||||
],
|
||||
"cidr4": [
|
||||
"157.240.0.0/16"
|
||||
],
|
||||
"cidr6": [
|
||||
"2a03:2880::/64"
|
||||
],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
"ip6": [],
|
||||
"cidr4": [],
|
||||
"cidr6": []
|
||||
}
|
||||
}
|
27
config/messengers/whatsapp.com.json
Normal file
27
config/messengers/whatsapp.com.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"domains": [
|
||||
"web.whatsapp.com",
|
||||
"whatsapp.com",
|
||||
"www.whatsapp.com",
|
||||
"whatsapp.net",
|
||||
"www.whatsapp.net",
|
||||
"whatsapp-cdn-shv-01-amt2.fbcdn.net",
|
||||
"whatsapp-cdn-shv-01-any2.fbcdn.net",
|
||||
"whatsapp-cdn-shv-01-arn2.fbcdn.net",
|
||||
"whatsapp-cdn-shv-01-bru2.fbcdn.net",
|
||||
"whatsapp-cdn-shv-01-hel3.fbcdn.net"
|
||||
],
|
||||
"dns": ["127.0.0.11:53", "77.88.8.88:53", "8.8.8.8:53", "1.1.1.1:53"],
|
||||
"timeout": 0,
|
||||
"ip4": [],
|
||||
"ip6": [],
|
||||
"cidr4": [],
|
||||
"cidr6": [],
|
||||
"external": {
|
||||
"domains": [],
|
||||
"ip4": [],
|
||||
"ip6": [],
|
||||
"cidr4": [],
|
||||
"cidr6": []
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user