using System.Collections.Generic; namespace FastGithub.Scanner { /// /// 域名 /// [Options("Lookup")] public class GithubLookupFactoryOptions { /// /// 反查的域名 /// public string [] Domains { get; set; } = new string[0]; } }