Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Ein wichtiger Bugfix bzgl. IPv6-Konnektivität. Lookups von IPv6-Adressen könnte Datenbank-Server abstürzt. Diese Abfragen sind jetzt vermieden. Darüber hinaus wird die Kompilierung Scheck für die APR / apr-util-Bibliothek Version jetzt eine Laufzeit zu überprüfen.
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

Diese Mitteilung stellt keine wesentlichen Nutzer bringen sichtbaren Veränderungen, aber unter der Haube, wurden einige Optimierungen vorgenommen. Datenbank-Verbindungen werden nun direkt nach dem Handler mod_asn's freigelassen beendet.
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

Fehler in der asn_get_routeviews und asn_import Skripte wurden behoben: die Logik, die entschieden, ob die Routing-Daten Snapshot-Datei herunterladen festgesetzt worden war. Streichung der vorhandenen Einträge in der Datenbank wird nun verhindert, wenn nicht mindestens ein Eintrag importiert wurde. Dies behebt einen Fehler, wenn die Routing-Daten würden gelöscht werden, wenn das Skript ohne Eingabe aufgerufen wurde.
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

Die wichtigsten Änderungen sind wichtige Dokumentations-Updates und die Tatsache, dass Routing-Daten-Snapshots werden jetzt von einem Spiegel von mirrorbrain.org vorgesehenen heruntergeladen werden.
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