Commit Graph

17 Commits

Author SHA1 Message Date
zorun 34a3831834
Merge 8777b73bb7 into 30add2e41b 2021-06-06 19:30:30 +02:00
Italo Cunha 30add2e41b Allow setting log history size
BIRD-LG currently keeps log files indefinitely. This patch allows
setting the number of days logs should be kept for by adding
a `LOG_NUM_DAYS` parameter in the configuration files.

This change is backwards compatible: Running the updated code with
old configuration files will keep logs indefinitely as before; new
deployments based on the example configuration will keep logs
indefinitely.
2021-06-06 19:29:51 +02:00
Baptiste Jonglez 8777b73bb7 lg: Change configuration of proxied hosts (not backward compatible)
This simplifies and clarify the configuration, while making it more
generic and getting rid of the "DOMAIN" variable.

Proxied hosts can now be reached over HTTP or HTTPS, through any DNS name,
and even through IP literals to avoid dependency on DNS.  With the
previous code, proxied hosts needed to be reachable with the fixed scheme
`http://<host>.<DOMAIN>:<port>`, and this was a big limitation for some
deployments.

This is not backwards compatible, users will have to adapt their
configuration.  We rename the `PROXY` variable to `HOSTS` to make that
extra-clear.
2021-05-10 23:21:45 +02:00
Baptiste Jonglez c84267edd8 Clarify documentation of shared secret and access list 2020-06-15 22:54:01 +02:00
zorun 8a98ca8b16
Merge pull request #70 from gmarsay/add-website-title
Add WEBSITE_TITLE - Issue #69
2020-06-15 22:01:09 +02:00
Guillaume Marsay f87719956a Add WEBSITE_TITLE - Issue #69 2020-06-15 17:35:42 +02:00
Guillaume Marsay 96c33da446 Add SHARED_SECRET 2020-06-15 17:33:50 +02:00
Peter Hansen 5ef67f5959 DEBUG should be disabled as default 2019-12-28 11:33:53 +01:00
Baptiste Jonglez ffafef27cd Allow to configure the bind address of bird-lg 2014-02-12 22:09:09 +01:00
Baptiste Jonglez 2418d13d07 Add support for configuring the DNS-based ASN → name mapping service. 2014-01-28 15:49:15 +01:00
Baptiste Jonglez ca7eb2b9ac Add support for a configurable whois server 2014-01-28 15:46:27 +01:00
Mehdi Abaakouk f715dcfeaf Enable log 2012-10-16 08:01:10 +02:00
Mehdi Abaakouk ea5563fe81 Move debug boolean to configuration file 2012-08-21 09:21:14 +02:00
Mehdi Abaakouk 4da3d5e02c Improve bgpmap png 2012-05-29 16:53:19 +02:00
Mehdi Abaakouk 3f4f5a6960 Use proxy instead for socket redirect 2012-01-26 17:12:18 +01:00
Mehdi Abaakouk 914eb489bf Add history and traceroute 2012-01-22 23:06:52 +01:00
Mehdi Abaakouk 69ee07ffc2 Refactoring code 2012-01-20 00:12:37 +01:00