Merge pull request #2384 from pi-hole/feature/install-privacy-level

Set FTL Privacy Level During Install
This commit is contained in:
Mark Drobnak 2018-11-01 15:16:11 -04:00 committed by GitHub
commit 1789a2db29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 39 additions and 0 deletions

View file

@ -81,6 +81,7 @@ def test_setupVars_saved_to_file(Pihole):
{}
mkdir -p /etc/dnsmasq.d
version_check_dnsmasq
echo "" > /etc/pihole/pihole-FTL.conf
finalExports
cat /etc/pihole/setupVars.conf
'''.format(set_setup_vars))