Compare commits
4 Commits
feature/re
...
master
| Author | SHA1 | Date |
|---|---|---|
|
|
5f5d1c4ea5 | |
|
|
2aca8b50cc | |
|
|
8fd97d7652 | |
|
|
1ff5e46805 |
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"description": "Arduino",
|
||||||
|
"domains": [
|
||||||
|
"www.arduino.cc"
|
||||||
|
],
|
||||||
|
"ASN": [],
|
||||||
|
"subnets": [
|
||||||
|
"104.18.0.0/20"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"description": "Opencode AI",
|
||||||
|
"domains": [
|
||||||
|
"opencode.ai"
|
||||||
|
],
|
||||||
|
"ASN": [],
|
||||||
|
"subnets": [
|
||||||
|
"172.65.80.0/20",
|
||||||
|
"172.67.64.0/20",
|
||||||
|
"104.26.0.0/20",
|
||||||
|
"104.16.0.0/16"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
"91.105.192.0/23",
|
"91.105.192.0/23",
|
||||||
"95.161.64.0/20",
|
"95.161.64.0/20",
|
||||||
"149.154.160.0/20",
|
"149.154.160.0/20",
|
||||||
"185.76.151.0/24"
|
"185.76.151.0/24",
|
||||||
|
"162.159.48.0/20"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
"101.126.27.0/24",
|
"101.126.27.0/24",
|
||||||
"101.126.29.0/24",
|
"101.126.29.0/24",
|
||||||
"101.126.110.0/24",
|
"101.126.110.0/24",
|
||||||
"120.133.84.0/24"
|
"120.133.84.0/24",
|
||||||
|
"107.155.53.0/24",
|
||||||
|
"87.232.90.0/24"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue