Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36e23e9a2b |
@@ -5,6 +5,9 @@ mutable_ttl: 7200
|
||||
mutable_patterns:
|
||||
- ".*/archive/refs/heads/.*.tar.gz$"
|
||||
- "stalwartlabs/webadmin/releases/latest/download/webadmin.zip$"
|
||||
# iplocate IP databases (Git-LFS; the /raw/ path redirects to the LFS media host).
|
||||
- "iplocate/ip-address-databases/raw/.*/ip-to-asn/.*"
|
||||
- "iplocate/ip-address-databases/raw/.*/ip-to-country/.*"
|
||||
patterns:
|
||||
- ".*/archive/refs/tags/.*.tar.gz$"
|
||||
- "ahmetb/kubectx/.*/kubectx_.*_linux_x86_64.tar.gz$"
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
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/.*"
|
||||
Reference in New Issue
Block a user