mirror of
https://github.com/alpkeskin/rota.git
synced 2026-04-26 04:05:59 +03:00
[GH-ISSUE #24] [Feature Request] Support for multiple proxy pools and ports in a single instance #13
Labels
No labels
bug
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rota#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yudinikita on GitHub (Feb 15, 2026).
Original GitHub issue: https://github.com/alpkeskin/rota/issues/24
Currently, rota supports a single proxy pool and one listening port per instance. To use different proxy sets for different applications (e.g., Application A needs residential proxies, while Application B needs datacenter ones), users must deploy multiple separate instances or Docker containers.
Proposed Solution
Add the ability to define multiple "pools" within the configuration file. Each pool should be able to:
Example configuration concept:
Why this is needed?
This feature would make rota much more powerful for developers who need to manage complex scraping infrastructures.