[GH-ISSUE #116] Will the geoip database be automatically reloaded every day? #368

Closed
opened 2026-03-13 14:47:51 +03:00 by kerem · 1 comment
Owner

Originally created by @myallpic on GitHub (Apr 13, 2019).
Original GitHub issue: https://github.com/abh/geodns/issues/116

I want to know if I need to manually restart geodns every day to load the new geoip database?

Originally created by @myallpic on GitHub (Apr 13, 2019). Original GitHub issue: https://github.com/abh/geodns/issues/116 I want to know if I need to manually restart geodns every day to load the new geoip database?
kerem closed this issue 2026-03-13 14:47:56 +03:00
Author
Owner

@abh commented on GitHub (Apr 13, 2019):

Only on restart if I remember right.

Patches for this are welcome.

Ideally have a go routine check every few minutes if the file changed and then reload the files.

I think some of the data structures will need a mutex added (and a benchmark to make sure it doesn’t t significantly change the performance).

<!-- gh-comment-id:482786968 --> @abh commented on GitHub (Apr 13, 2019): Only on restart if I remember right. Patches for this are welcome. Ideally have a go routine check every few minutes if the file changed and then reload the files. I think some of the data structures will need a mutex added (and a benchmark to make sure it doesn’t t significantly change the performance).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#368
No description provided.