Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Fix #66
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jul 22, 2017
1 parent 0e1df83 commit f493acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funceble
Expand Up @@ -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'*)
Expand Down

0 comments on commit f493acf

Please sign in to comment.