Skip to content
Snippets Groups Projects
Commit 455d4515 authored by Bob Mottram's avatar Bob Mottram
Browse files

No conditions on adding dns firewall entry

parent 8560f928
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment