detect residential/datacenter flags on ipv6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Cloudfish
|
||||
Cloudfish (aims to be) a selfhosted Cloudflare replacement.
|
||||
|
||||
Right now, it only features an IP abuse MMDB database builder. You give it an IP and it will expose 3 optional values: `is_proxy`, `is_hosting` and `is_tor`.
|
||||
Right now, it only features an IP abuse MMDB database builder. You give it an IP and it will expose 4 optional values: `is_proxy`, `is_hosting`, `is_residential` and `is_tor`.
|
||||
|
||||
To use the database, you can use this PHP code:
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user