mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-13 02:54:43 +01:00
18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
|
|
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
|