IPv6 hosts check

This commit is contained in:
Ben Sarmiento
2024-01-11 02:28:38 +01:00
parent 72dda4f9fd
commit 9e3d12b008
5 changed files with 156 additions and 92 deletions

View File

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