We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1412db2 commit 7acb7bbCopy full SHA for 7acb7bb
src/main/kotlin/org/hydev/back/geoip/QQWryDB.kt
@@ -36,7 +36,7 @@ class QQWryDB(
36
if (shouldUpdate())
37
{
38
// Download database file
39
- dbFile.downloadFromUrl("https://cdn.jsdelivr.net/gh/sspanel-uim/qqwry.dat/qqwry.dat")
+ dbFile.downloadFromUrl("https://github.com/metowolf/qqwry.dat/releases/latest/download/qqwry.dat")
40
dbTime.writeText(System.currentTimeMillis().toString())
41
}
42
0 commit comments