Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simple-Tracker committed Jul 18, 2024
1 parent bab0a6d commit 272f5f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ func LoadInitConfig(firstLoad bool) bool {
if !firstLoad {
SetIPBlockListFromURL()
SetBlockListFromURL()
SetIPBlockListFromFile()
SetBlockListFromFile()
}

return true
Expand Down

0 comments on commit 272f5f4

Please sign in to comment.