--- /usr/share/perl5/GeoIP2/Database/Reader.pm	2021-03-12 23:09:52.300829709 +0100
+++ /usr/share/perl5/GeoIP2/Database/Reader.pm	2021-03-12 23:13:27.938965159 +0100
@@ -123,7 +123,7 @@
     return $self->_model_for_address(
         'City',
         type_check =>
-            qr/^(?:GeoLite2|GeoIP2)-(?:Precision-|)?City(-[a-zA-Z\-]+)?$/,
+            qr/^(?:DBIP|GeoLite2|GeoIP2)-(?:Precision-|)?City(-[a-zA-Z\-]+)?/,
         @_
     );
 }
@@ -132,7 +132,7 @@
     my $self = shift;
     return $self->_model_for_address(
         'Country',
-        type_check => qr/^(?:GeoLite2|GeoIP2)-(?:Precision-)?Country$/,
+        type_check => qr/^(?:DBIP|GeoLite2|GeoIP2)-(?:Precision-)?Country/,
         @_
     );
 }
