Skip to content

Commit 4334b64

Browse files
committed
Add mysql and postgres
1 parent f6925c8 commit 4334b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager.Models/Network/PortProfile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static List<PortProfileInfo> DefaultList()
1313
new PortProfileInfo("Mailserver", "25; 110; 143; 465; 587; 993; 995"),
1414
new PortProfileInfo("Filetransfer", "21; 22; 69; 989-990"),
1515
new PortProfileInfo("DNS server", "53"),
16-
new PortProfileInfo("SQL server", "1433-1434"),
16+
new PortProfileInfo("Database", "1433-1434; 3306; 5432"),
1717
new PortProfileInfo("SMB", "139; 445"),
1818
};
1919
}

0 commit comments

Comments
 (0)