You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm using an unusual setup to avoid botnet scans. But it seems the path is fixed at /jsonrpc.
Describe the solution you'd like
Removing /jsonrpc would not be a great idea because it changes user behavoir and breaks scripts. So we can instead make an option to disable this behavior.
Describe alternatives you've considered
I'm not aware of any alternatives.
Additional context
Installed with pipx.
Boost priority
Boost priority in our backlog through Polar.sh. Higher pledge, higher priority.
Minimum pledge by user/organization is $5, minimum amount for boost is $30.
Do you mean aria2c's server is served without the trailing /jsonrpc part? Isn't that hardcoded by aria2c itself? Could you share how you launch aria2c's daemon server, censoring sensitive information? For example, do you use the --interface option or something else?
Hello, I'm running a caddy https reverse proxy in front of aria2c. I don't find it a good idea to expose 6800 http port so everything is going through the proxy.
Ha, yes, a reverse proxy, of course, didn't think of that :) thanks! Then this feature request is accepted! Pull requests are welcome, otherwise I'll eventually get to it :)
Is your feature request related to a problem? Please describe.
I'm using an unusual setup to avoid botnet scans. But it seems the path is fixed at /jsonrpc.
aria2p/src/aria2p/client.py
Line 219 in 0713e4d
Describe the solution you'd like
Removing /jsonrpc would not be a great idea because it changes user behavoir and breaks scripts. So we can instead make an option to disable this behavior.
Describe alternatives you've considered
I'm not aware of any alternatives.
Additional context
Installed with
pipx
.Boost priority
The text was updated successfully, but these errors were encountered: