Télécharger la liste

Description du projet

mod_asn is an Apache module that uses BGP routing data to look up the autonomous system (AS) and the network prefix (subnet) which contains a given (client's) IP address. mod_asn is highly scalable. To do lookups in high-speed, it uses the PostgreSQL ip4r datatype, which is indexable with a Patricia Trie algorithm to store network prefixes. This is the most suitable algorithm, being able to search through around 250,000 existing prefixes quickly. mod_asn is usable as a standalone module, and the lookup result can be used by scripts or other Apache modules. For instance, a download redirector could base its decisions on the lookup result provided by mod_asn.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-06 07:35
1.5

Une correction importante concernant la connectivité IPv6. Recherches d'adresses IPv6 peuvent causer des accidents serveur de base de données. Ces recherches sont maintenant évités. En outre, la vérification de compilation pour l'APR / version de la bibliothèque APR-Util est maintenant un contrôle de l'exécution.
Tags: Stable, Bugfixes, Feature Enhancements
An important bugfix regarding IPv6 connectivity. Lookups of IPv6 addresses could cause database server crashes. These lookups are now avoided. Furthermore, the compile-time check for the APR/APR-Util library version is now a runtime check.

2010-03-27 15:59
1.4

Le présent communiqué ne permet pas d'user d'importantes modifications visibles, mais sous le capot, quelques optimisations ont été faites. Connexions de base de données sont à présent libérés juste après mod_asn gestionnaire de ferme.
Tags: Stable, Minor feature enhancements
This release does not bring about significant user-visible changes, but under the hood, some optimizations were made. Database connections are now freed right after mod_asn's handler quits.

2009-07-30 13:54
1.3

Bugs in the asn_get_routeviews et scripts asn_import ont été fixés: la logique qui a décidé ou non de télécharger le fichier instantané de routage de données a été fixée. Suppression des entrées existantes dans la base de données est maintenant empêchés, si ce n'est au moins une entrée a été importé. Cette version corrige un bug où le routage de données seraient supprimées si le script a été appelé avec pas d'entrées.
Tags: Bug fixes, Stable
Bugs in the asn_get_routeviews and asn_import scripts were fixed: the logic which decided whether to download the routing data snapshot file was fixed. Deletion of existing entries in the database is now prevented, if not at least one entry has been imported. This fixes a bug where the routing data would be deleted if the script was called with no input.

2009-07-28 23:45
1.2

Les principales modifications sont mises à jour de documentation essentielle, et le fait que le routage des instantanés de données sont désormais téléchargés depuis un miroir fourni par mirrorbrain.org.
Tags: Stable
The main changes are major documentation updates, and the fact that routing data snapshots are now downloaded from a mirror provided by mirrorbrain.org.

Project Resources