-
-
Notifications
You must be signed in to change notification settings - Fork 1
Feature proposal: multiple instances of one protocol handler #56
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Debian publishes packages at deb.debian.org and security.debian.org. The proxy currently only offers one 'debian' route, with a potentially configurable upstream URL, but supporting the full Debian package set requires access to both sites.
It is possible that this could be handled by the multiple-upstream proposal I posted in #55 , but a better solution would probably be a 'debian-security' route in the proxy, with a different default upstream from the 'debian' route. Looking at the code this seems like it would be easy to add, I'd just need to extend the NewDebianHandler function to accept an upstream URL and then write a NewDebianSecurityHandler wrapper for it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request