#1002987 apt-cacher-ng: Should allow data passthrough mode for Debianchangelog (metadata.ftp-master.debian.org) #1002987
- Package:
- apt-cacher-ng
- Source:
- apt-cacher-ng
- Description:
- caching proxy server for software repositories
- Submitter:
- Yvan Masson
- Date:
- 2022-01-02 08:45:04 UTC
- Severity:
- normal
Dear Maintainer, The default configuration for data passthrough currently allows bugs.debian.org and changelogs.ubuntu.com. It would be great if it also allows metadata.ftp-master.debian.org so that Debian clients can fetch package changelogs by default. I made it work with this regexp: PassThroughPattern: ^(metadata\.ftp-master\.debian\.org|bugs\.debian\.org|changelogs\.ubuntu\.com):443$ Regards, Yvan