Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ates/netspire-modules
Additional modules for Netspire
https://github.com/ates/netspire-modules
Last synced: 2 months ago
JSON representation
Additional modules for Netspire
- Host: GitHub
- URL: https://github.com/ates/netspire-modules
- Owner: ates
- License: gpl-3.0
- Created: 2009-10-06T14:07:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-08-09T10:30:05.000Z (over 12 years ago)
- Last Synced: 2023-04-19T23:31:26.739Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 796 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Additional modules for Netspire
================================mod\_disconnect\_script
---------------------Disconnect client by executing external program or script
###Configuration###
This should be added to the **modules** section of the netspire.conf:{mod_disconnect_script, [{disconnect_script, "/full/path/to/script"}]}
mod\_disconnect\_pod
------------------Terminate client's session by sending Radius Disconnect-Message (rfc3576) to the NAS
###Configuration###
This should be added to the **modules** section of the netspire.conf:
{mod_disconnect_pod, []}mod\_geoip
----------Provides interface to fastest way to lookup country code by IP address
Use GeoIP database from software77.net###Configuration
This should be added to the **modules** section of the netspire.conf:
{mod_geoip, [{file, "/path/to/geoip.database"}]}
111