Releases: xddxdd/bird-lg-go
Releases · xddxdd/bird-lg-go
v1.4.5
v1.4.4
What's Changed
- Adding vrf support by @frantathefranta in #138
- Use more robust method to get host/port from WHOIS server setting (#137)
New Contributors
- @frantathefranta made their first contribution in #138
Full Changelog: v1.4.3...v1.4.4
Release v1.4.3
- Protect against specifying too many servers in frontend requests
Full Changelog: v1.4.2...v1.4.3
Release v1.4.2
- Add a proxy option
--bird-restrict-cmds(defaults to true) to limit Bird queries toshow protocols ...andshow route .... This prevents exposing networking information via e.g.show interfaces. - Refactored argument parsing logic for both frontend and proxy. Now they can accept both dashes and underscores in arguments (e.g.
--title-brandand--title_brandboth works now).
Full Changelog: v1.4.1...v1.4.2
Release v1.4.1
- Limit concurrent traceroute requests in proxy service
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Release v1.3.12.1
No code changes, rebuild release binary with CGO_ENABLED=0 (for non-glibc systems)
Full Changelog: v1.3.12...v1.3.12.1
Release v1.3.12
What's Changed
Full Changelog: v1.3.11...v1.3.12
Release v1.3.11
Release v1.3.10
- Correctly handle protocol names with dash and/or numbers (#120)