Closed ojgarciab closed 3 years ago
All block files have a last empty line which could cause a malfunction:
The worst case is the following file (DNSMASQ):
server=//
Empty line could be removed with a simple filter:
entries = list(filter(None, entries))
All block files have a last empty line which could cause a malfunction:
The worst case is the following file (DNSMASQ):
Empty line could be removed with a simple filter: