Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Updating url
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiehanson committed Sep 9, 2021
1 parent 83b5d3f commit cfe7f2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ class AppConfigurationManager(
}

val latestList: String = try {
httpClient.get("https://publicsuffix.org/list/public_suffix_list.dat")
httpClient.get("https://acinq.co/phoenix/public_suffix_list.dat")
} catch (err: Throwable) {
logger.warning { "Error fetching public_suffix_list.dat: $err" }
return databaseRow
Expand Down

0 comments on commit cfe7f2a

Please sign in to comment.