{% extends "base.html" %} {% block head %} {% end block %} {% block title %}{{ _("Welcome to IPFire") }}{% end block %} {% block container %}

{{ _("Hey, %s!" % address) }}

{% if address.country_code %}

{{ _("You are visiting from %s") % format_country_name(address.country_code) }}

{% end %} {{ _("Show Me More") }}

{{ _("What is IPFire Location?") }}

IPFire Location can be used in firewalls or other threat detection software, load-balancers, online shops, websites, analytics & reporting tools and more to detect the originating country by IP address. We are proud that our software is faster than others by maintaining a smaller memory footprint which puts it first in performance.

Our daily updated database does not only have information about the originating country of all IPv6 and IPv4 addresses. It identifies the Autonomous System (AS) these IP addresses belong to, as well and more...

libloc is the C/C++ library that fires our location services and runs on *nix, Mac OS X and more. Integration into existing software is very easy and bindings for languages like Python and Perl are available.

{{ _("Threat Detection") }}

{{ _("Location information is crucial to identify where an attacker is coming from.") }}
{{ _("Analyze your traffic for malicious autonomous systems and block the straight away with IPFire.") }}

{{ _("Load-Balancing") }}

{{ _("Redirect your users to the nearest data center to given them a better user experience with faster websites and faster downloads.") }}

{{ _("Online Visitors") }}

{{ _("Comply with legal requirements and show visitors the correct information depending on the country they are visiting from.") }}

{{ _("Open Source") }}

{{ _("libloc is free software and relies on support from the community.") }} {{ _("You can support us by helping to improve our database or with your donation.") }}

{% end block %}