Skip to content

RPC 服务的默认监听地址应当为 127.0.0.1 而非 0.0.0.0 #1795

Description

@hanzhanji1

请描述一下你的新功能请求是否与已知问题有关?
Motrix 的 aria2c RPC 服务的监听地址为 0.0.0.0,这允许局域网的其他设备远程使用,存在安全风险,可能被未经授权的访问。

描述你想要的解决方案
将 aria2c 的参数 "rpc-listen-all" 默认值设置为 false,默认监听地址改为 localhost(127.0.0.1)。

描述你考虑过的替代方案
修改内置 aria2c 的参数默认值:"rpc-listen-all"=false,并提供开关远程连接的选项。

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions