修正命名空间
This commit is contained in:
parent
d195641319
commit
b6850ff7ff
@ -10,7 +10,7 @@ using System.Net.Sockets;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FastGithub.Scanner.DomainMiddlewares
|
||||
namespace FastGithub.Scanner.DomainAddressProviders
|
||||
{
|
||||
/// <summary>
|
||||
/// Github公开的域名与ip关系提供者
|
||||
|
||||
@ -9,7 +9,7 @@ using System.Net.Http;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FastGithub.Scanner.DomainMiddlewares
|
||||
namespace FastGithub.Scanner.DomainAddressProviders
|
||||
{
|
||||
/// <summary>
|
||||
/// ipaddress.com的域名与ip关系提供者
|
||||
|
||||
@ -8,7 +8,7 @@ using System.Linq;
|
||||
using System.Net.Sockets;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FastGithub.Scanner.DomainMiddlewares
|
||||
namespace FastGithub.Scanner.DomainAddressProviders
|
||||
{
|
||||
/// <summary>
|
||||
/// 公共dns的域名与ip关系提供者
|
||||
|
||||
Loading…
Reference in New Issue
Block a user