Browse Source

No conditions on adding dns firewall entry

Bob Mottram 8 years ago
parent
commit
455d4515b3
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/freedombone-app-pihole

+ 0
- 4
src/freedombone-app-pihole View File

@@ -217,11 +217,7 @@ function update_pihole_interactive {
217 217
 }
218 218
 
219 219
 function configure_firewall_for_pihole {
220
-    if [[ $(is_completed $FUNCNAME) == "1" ]]; then
221
-        return
222
-    fi
223 220
     firewall_add DNS 53
224
-    mark_completed $FUNCNAME
225 221
 }
226 222
 
227 223
 function pihole_pause {