No conditions on adding dns firewall entry

This commit is contained in:
Bob Mottram 2016-10-31 23:19:11 +00:00
parent 8560f928cd
commit 455d4515b3
1 changed files with 0 additions and 4 deletions

View File

@ -217,11 +217,7 @@ function update_pihole_interactive {
}
function configure_firewall_for_pihole {
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
return
fi
firewall_add DNS 53
mark_completed $FUNCNAME
}
function pihole_pause {