We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aria2c doesn't support proxy hosts filter but it can easily be done through ui which asks for regex to include certain hosts for http proxy.
divyam234@4201ec0
I have added this in my fork
The text was updated successfully, but these errors were encountered:
I think you can use one AriaNg option to match different http urls and use a specified proxy server, similar to the following
^https?:\/\/one\.domain\.com\/|proxy1.com:8000 ^https?:\/\/another\.domain\.com\/|proxy2.com:8000
For urls using the domain "one.domain.com", the download task would use proxy1.com:8000 as proxy server.
Welcome to submit a pull request!
Sorry, something went wrong.
No branches or pull requests
Aria2c doesn't support proxy hosts filter but it can easily be done through ui which asks for regex to include certain hosts for http proxy.
divyam234@4201ec0
I have added this in my fork
The text was updated successfully, but these errors were encountered: