[GH-ISSUE #96] [Feature Request] 期待增加支持传递参数查询,如 -ip 1.1.1.1 -api ip-api #88

Closed
opened 2026-03-01 14:38:45 +03:00 by kerem · 1 comment
Owner

Originally created by @lidalong50226 on GitHub (Nov 2, 2025).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/96

Is your feature request related to a problem? Please describe. 您所请求的功能是否和某个问题有关?如果有,请说明

Describe the solution you'd like 描述您想要的功能

在Windows下能命令行 快速发起Gui传递参数查询,如果能支持api参数更好,并在打开GUI后直接发起查询

Describe alternatives you've considered (If applicable) 可能备选方案(如果有)

Additional context 补充说明
最终效果:
opentrace 1.1.1.1
opentrace -ip 1.1.1.1 -api ip-api.com
opentrace -domain google.com 并自动以第1个IP进行trace

Originally created by @lidalong50226 on GitHub (Nov 2, 2025). Original GitHub issue: https://github.com/Archeb/opentrace/issues/96 **Is your feature request related to a problem? Please describe. 您所请求的功能是否和某个问题有关?如果有,请说明** **Describe the solution you'd like 描述您想要的功能** 在Windows下能命令行 快速发起Gui传递参数查询,如果能支持api参数更好,并在打开GUI后直接发起查询 **Describe alternatives you've considered (If applicable) 可能备选方案(如果有)** **Additional context 补充说明** 最终效果: opentrace 1.1.1.1 opentrace -ip 1.1.1.1 -api ip-api.com opentrace -domain google.com 并自动以第1个IP进行trace
kerem 2026-03-01 14:38:45 +03:00
Author
Owner

@Archeb commented on GitHub (Dec 23, 2025):

已在 1e348649bc 中实现
行为:

  • 只传递域名或者IP,使用 OpenTrace 的设置
  • 添加任意其他命令行参数,将把参数完整传递给 NextTrace 而忽略 OT 本身的设置
<!-- gh-comment-id:3686604430 --> @Archeb commented on GitHub (Dec 23, 2025): 已在 1e348649bcab130d5e7d68b16141863a7afd5acc 中实现 行为: - 只传递域名或者IP,使用 OpenTrace 的设置 - 添加任意其他命令行参数,将把参数完整传递给 NextTrace 而忽略 OT 本身的设置
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentrace#88
No description provided.