Package: libwrap0 Version: 7.6.q-26 Severity: wishlist Dear Maintainer,
I think it may be a sensible default to allow connections from within the LAN, but disallow connections from the wider Internet. This shouldn't cause any problems for computers that aren't Internet facing, and may help with setting up security for those that are? (I think it is sensible to start with all connections outside the LAN denied, and selectively allow those that are needed.) Would adding the following lines be suitable for this? /etc/hosts.deny: ALL: ALL /etc/hosts.allow: ALL: 127.0.0.0/8, [::1] ALL: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, [fc00::]/7 ALL: 169.254.0.0/16, [fe80::]/10

