Skip to content

0.0.3

Compare
Choose a tag to compare
@chinaykc chinaykc released this 25 May 12:55
· 3 commits to main since this release
3ce15aa

新增特性

简化默认参数和部分命令的使用

  • xpoc -t example.com 可简化为 xpoc example.com
  • xpoc add -f ./myplugin.yaml 可简化为 xpoc add ./myplugin.yaml
  • xpoc pull -id pluginID 可简化为 xpoc pull pluginID

注意:需要删除当前配置文件,重新启动,自动生成新配置后方可生效

或在配置文件 “flag” 配置中,对希望缺省的参数值手工添加“,default”配置,如

    util-target-split:
        required_targets: t,default

Tips

  • 默认的配置文件位于 $HOME/.xray/xpoc-config.yaml
  • -c 参数用于指定特定的配置文件