From 64880870e786428198ea2ab5f276452f67ffd2e9 Mon Sep 17 00:00:00 2001 From: benvin Date: Tue, 21 Jul 2026 22:16:23 +1000 Subject: [PATCH] Add iplocate IP database remote --- config/remote_generic/iplocate.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/remote_generic/iplocate.yaml diff --git a/config/remote_generic/iplocate.yaml b/config/remote_generic/iplocate.yaml new file mode 100644 index 0000000..fb180be --- /dev/null +++ b/config/remote_generic/iplocate.yaml @@ -0,0 +1,10 @@ +base_url: https://media.githubusercontent.com +description: iplocate IP address databases (ip-to-asn / ip-to-country), served via GitHub LFS media +immutable_ttl: 0 +# The databases update on the main branch; re-check upstream daily (matches the +# ASN expander's cache cadence). +mutable_ttl: 86400 +mutable_patterns: + # LFS objects are served from media.githubusercontent.com/media////. + - "media/iplocate/ip-address-databases/.*/ip-to-asn/.*" + - "media/iplocate/ip-address-databases/.*/ip-to-country/.*"