Files
terraform-artifactapi/config/remote_generic/iplocate.yaml
T
benvin 64880870e7
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/plan Pipeline was successful
Add iplocate IP database remote
2026-07-21 22:16:23 +10:00

11 lines
528 B
YAML

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/<owner>/<repo>/<ref>/<path>.
- "media/iplocate/ip-address-databases/.*/ip-to-asn/.*"
- "media/iplocate/ip-address-databases/.*/ip-to-country/.*"