mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-18 18:07:32 +02:00
Add files via upload
This commit is contained in:
@@ -887,8 +887,7 @@ func (c OpenAIReasoningConfig) AllowClientReasoningEffective() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type FofaConfig struct {
|
type FofaConfig struct {
|
||||||
// Email 为 FOFA 账号邮箱;APIKey 为 FOFA API Key(建议使用只读权限的 Key)
|
// APIKey 为 FOFA API Key(建议使用只读权限的 Key)
|
||||||
Email string `yaml:"email,omitempty" json:"email,omitempty"`
|
|
||||||
APIKey string `yaml:"api_key,omitempty" json:"api_key,omitempty"`
|
APIKey string `yaml:"api_key,omitempty" json:"api_key,omitempty"`
|
||||||
BaseURL string `yaml:"base_url,omitempty" json:"base_url,omitempty"` // 默认 https://fofa.info/api/v1/search/all
|
BaseURL string `yaml:"base_url,omitempty" json:"base_url,omitempty"` // 默认 https://fofa.info/api/v1/search/all
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user