mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-05 07:34:42 +01:00
a3babe00d9
Add the options ```BIND_IP = "0.0.0.0" BIND_PORT = 5000``` which allows to bind lgproxy.py to an IP/interface. As ports on routers shouldn't be exposed too much, it probably also makes sense to others to have this function. Tested.
13 lines
296 B
INI
13 lines
296 B
INI
|
|
DEBUG=False
|
|
LOG_FILE="/var/log/lg-proxy/lg-proxy.log"
|
|
LOG_LEVEL="WARNING"
|
|
BIND_IP = "0.0.0.0"
|
|
BIND_PORT = 5000
|
|
ACCESS_LIST = ["91.224.149.206", "178.33.111.110", "2a01:6600:8081:ce00::1"]
|
|
IPV4_SOURCE=""
|
|
IPV6_SOURCE=""
|
|
BIRD_SOCKET="/var/run/bird/bird.ctl"
|
|
BIRD6_SOCKET="/var/run/bird/bird6.ctl"
|
|
|