Skip to content

Commit

Permalink
Improve socket listening behaviour.
Browse files Browse the repository at this point in the history
- Add `default-listen-style` configuration option to change the default
  DNS listen style.
- Remove dhcp-listeners, as the feature could never possibly work.
- Some better error reporting of listen failures.
  • Loading branch information
isomer committed May 26, 2021
1 parent fc3159c commit fb5c00f
Show file tree
Hide file tree
Showing 13 changed files with 340 additions and 182 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
0.2.12-rc4 unreleased
0.2.12-rc4
- Harden DNS listeners to avoid premature exits.
- Add `default-listen-style` to allow multiple DNS servers on one host.
- Removed `dhcp-listeners` as the feature could never possibly work: If you
bind to an address, you don't receive broadcast packets and thus never see
DHCP requests.
0.2.12-rc3
- DHCP should not silently ignore prefixes that don't have 0 bits in the network address.
0.2.12-rc2
Expand Down
Loading

0 comments on commit fb5c00f

Please sign in to comment.