Download List

專案描述

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.

System Requirements

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

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.
標籤: Stable, Bugfixes, Feature Enhancements

2010-03-27 15:59
1.4

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.
標籤: Stable, Minor feature enhancements

2009-07-30 13:54
1.3

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.
標籤: Bug fixes, Stable

2009-07-28 23:45
1.2

The main changes are major documentation updates, and the fact that routing data snapshots are now downloaded from a mirror provided by mirrorbrain.org.
標籤: Stable

Project Resources