Skip to content
Snippets Groups Projects
Commit 87215a86 authored by Alex Reisner's avatar Alex Reisner
Browse files

Change freegeoip default host.

Reverting back to freegeoip.net (from freegeoip.io) as
it appears to be the intended default host (see:
https://github.com/fiorix/freegeoip/issues/165).
parent 4965e542
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ module Geocoder::Lookup
end
def host
configuration[:host] || "freegeoip.io"
configuration[:host] || "freegeoip.net"
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment