From f493acfa65b189b171faba9899a14dc58b71910f Mon Sep 17 00:00:00 2001 From: funilrys Date: Sat, 22 Jul 2017 10:59:51 +0200 Subject: [PATCH] Fix #66 --- funceble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funceble b/funceble index 574cec7..cea1d99 100755 --- a/funceble +++ b/funceble @@ -1333,7 +1333,7 @@ main() # In case the file contain comment or empty line we continue to # the next line case "${domain}" in - ''|\#*|*localhost*) + ''|\#*|*localhost*|local|broadcasthost) continue ;; '127.0.0.1'*|'0.0.0.0'*)