class Geocoder::Lookup::Freegeoip

def supported_protocols

def supported_protocols
  if configuration[:host]
    [:https]
  else
    # use https for default host
    [:https]
  end
end