using System; namespace FastGithub.Scanner { /// /// 域名 /// [Options("Github:Lookup")] sealed class GithubLookupFactoryOptions { /// /// 反查的域名 /// public string[] Domains { get; set; } = Array.Empty(); } }