Skip to content

ates/netspire-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Additional modules for Netspire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages