ksubdomain icon indicating copy to clipboard operation
ksubdomain copied to clipboard

support json output

Open M09Ic opened this issue 1 year ago • 2 comments

M09Ic avatar Sep 02 '24 04:09 M09Ic

https://github.com/boy-hack/ksubdomain/issues/10

M09Ic avatar Sep 02 '24 04:09 M09Ic

代码有些问题,规范上需要新增一个json的outputer,完成下面接口

type Output interface {
	WriteDomainResult(domain result.Result) error
	Close()
}

boy-hack avatar Sep 06 '24 07:09 boy-hack