Skip to content

Commit 136d7fb

Browse files
authored
Feature: Create IPScanner custom commands at first run (BornToBeRoot#1544)
* Chore: Refactoring * Feature: Create IPScanner CustomCommands at first run * Chore: Refactoring & Code cleanup * Docs: Add BornToBeRoot#1544
1 parent 869f6f6 commit 136d7fb

12 files changed

Lines changed: 246 additions & 241 deletions

File tree

Source/NETworkManager.Models/Network/DNSServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static class DNSServer
1111
/// Method will return a default list of common dns servers.
1212
/// </summary>
1313
/// <returns>List of common dns servers.</returns>
14-
public static List<DNSServerInfo> DefaultList()
14+
public static List<DNSServerInfo> GetDefaultList()
1515
{
1616
return new List<DNSServerInfo>
1717
{

0 commit comments

Comments
 (0)