Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

[feat] radium support file input #148

Closed
enomothem opened this issue Feb 20, 2023 · 5 comments
Closed

[feat] radium support file input #148

enomothem opened this issue Feb 20, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@enomothem
Copy link

rad 支持文件

目前1.5.0 版本仅支持单个url,无法对多个目标进行联动。
增加采用文件导入功能,对目标遍历读取。

rad 支持拖拽

目前1.5.0版本仅支持xray的拖拽,rad无法拖拽,当然也不是很重要,可忽略。

@4ra1n 4ra1n self-assigned this Feb 20, 2023
@4ra1n 4ra1n added the enhancement New feature or request label Feb 20, 2023
@4ra1n
Copy link
Owner

4ra1n commented Feb 20, 2023

@enomothem 感谢反馈问题,我有空看一下

@4ra1n
Copy link
Owner

4ra1n commented Mar 13, 2023

我已经支持了rad文件拖拽的功能,但是rad好像没有输入多个url同时跑的功能

@4ra1n
Copy link
Owner

4ra1n commented Mar 13, 2023

@enomothem
给出的一种解决办法:可以导出批量文件对应的命令,自行执行
#155

4ra1n added a commit that referenced this issue Mar 13, 2023
@4ra1n
Copy link
Owner

4ra1n commented Mar 13, 2023

1.6

@4ra1n 4ra1n closed this as completed Mar 13, 2023
@enomothem
Copy link
Author

感谢师傅对我建议的关注,我有一种想法,就是直接使用for循环实现在super-xray里对文件读取。
一般Rad平时我是使用以下命令单独开一个窗口,然后xray进行监听:

for /f  %i in (target.txt) do (rad_windows_amd64.exe -t %i --http-proxy 127.0.0.1:7777) 

要是能把这条命令内置到super-xray的rad模块中,我就不需要另外单独开一个窗口执行命令,这样就舒服多了。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants