ipv4 and ipv6 network test

This commit is contained in:
Ben Sarmiento
2024-01-11 01:26:43 +01:00
parent b00ca8375b
commit 86e9e1f8a1
3 changed files with 97 additions and 24 deletions

View File

@@ -16,8 +16,8 @@ func ShowVersion() {
version.GetBuiltAt(), version.GetGitCommit(), version.GetVersion())
}
func NetworkTest() {
realdebrid.RunTest()
func NetworkTest(netTestType string) {
realdebrid.RunTest(netTestType)
}
func ClearDownloads() {