No conditions on adding dns firewall entry
This commit is contained in:
parent
8560f928cd
commit
455d4515b3
|
@ -217,11 +217,7 @@ function update_pihole_interactive {
|
||||||
}
|
}
|
||||||
|
|
||||||
function configure_firewall_for_pihole {
|
function configure_firewall_for_pihole {
|
||||||
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
firewall_add DNS 53
|
firewall_add DNS 53
|
||||||
mark_completed $FUNCNAME
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function pihole_pause {
|
function pihole_pause {
|
||||||
|
|
Loading…
Reference in New Issue