bird looking glass
Go to file
Mehdi Abaakouk d81b45da6e Add error message for empty argument 2012-01-27 11:32:50 +01:00
static Add error message for empty argument 2012-01-27 11:32:50 +01:00
templates Add error message for empty argument 2012-01-27 11:32:50 +01:00
README Use proxy instead for socket redirect 2012-01-26 17:12:18 +01:00
bird.py Add proxy looking 2012-01-26 16:19:10 +01:00
gpl-3.0.txt Add licence and readme 2011-12-16 11:06:15 +01:00
lg-proxy.cfg Add proxy looking 2012-01-26 16:19:10 +01:00
lg-proxy.py Reduce wait time for traceroute 2012-01-26 22:57:52 +01:00
lg.cfg Use proxy instead for socket redirect 2012-01-26 17:12:18 +01:00
lg.py Add error message for empty argument 2012-01-27 11:32:50 +01:00
lg.wsgi Improve UI 2012-01-20 16:50:58 +01:00
test.py Refactoring code 2012-01-20 00:12:37 +01:00
toolbox.py Refactoring code 2012-01-20 00:12:37 +01:00

README

bird-lg depend on :
 - python-flask 
 - python-dnspython


On all bird nodes:
	fill the config file lg-proxy.cfg by list all ips that can acces to the proxy
	and start "python lg-proxy.py"


On frontend:
	fill config file lg.cfg by list all bird nodes
	and start "python lg.py"


Each service can by embeded in any webserver by follow regular python-flask configuration