Allow custom url
This commit is contained in:
@@ -56,7 +56,7 @@ func MainApp(configPath string) {
|
||||
|
||||
repoClient4 := http.NewHTTPClient("", 0, 1, false, []string{}, proxyURL, log.Named("network_test"))
|
||||
repoClient6 := http.NewHTTPClient("", 0, 1, true, []string{}, proxyURL, log.Named("network_test"))
|
||||
repo := http.NewIPRepository(repoClient4, repoClient6, log.Named("network_test"))
|
||||
repo := http.NewIPRepository(repoClient4, repoClient6, "", log.Named("network_test"))
|
||||
repo.NetworkTest(false)
|
||||
|
||||
apiClient := http.NewHTTPClient(
|
||||
|
||||
Reference in New Issue
Block a user