2014-12-15 20:41:32 +01:00
|
|
|
# Configuration file for lgproxy.py
|
|
|
|
# Copy to lgproxy.cfg and edit to suit your needs.
|
2012-12-08 11:49:56 +01:00
|
|
|
|
2014-12-15 20:41:32 +01:00
|
|
|
DEBUG = False
|
|
|
|
|
|
|
|
LOG_FILE = "/var/log/bird-lg/lgproxy.log"
|
|
|
|
LOG_LEVEL = "WARNING"
|
|
|
|
|
2014-12-15 20:49:00 +01:00
|
|
|
# Which IP/port to listen to for the frontend
|
|
|
|
BIND_IP = "0.0.0.0"
|
|
|
|
BIND_PORT = 5000
|
|
|
|
|
2014-12-15 20:41:32 +01:00
|
|
|
# Who can connect to the proxy to launch Bird commands
|
|
|
|
ACCESS_LIST = ["192.0.2.42", "2001:db8::42"]
|
|
|
|
|
2015-02-11 23:41:15 +01:00
|
|
|
# Location of Bird control sockets, example for Debian > wheezy
|
|
|
|
#BIRD_SOCKET = "/run/bird/bird.ctl"
|
|
|
|
#BIRD6_SOCKET = "/run/bird/bird6.ctl"
|
|
|
|
|
2014-12-15 20:41:32 +01:00
|
|
|
# Source IP for traceroute/traceroute6
|
|
|
|
IPV4_SOURCE = "192.0.2.1"
|
|
|
|
IPV6_SOURCE = "2001:db8::1"
|