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.

2009-07-28 23:45 Zurück zur Release-Liste
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