1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 23:20:56 +00:00

lan to local

Reduced differences.

Signed-off-by: Ryan Knapper <ryanknapper@gmail.com>
This commit is contained in:
Ryan Knapper 2018-02-07 17:08:55 -05:00 committed by GitHub
parent 36945a67d0
commit f2b3752f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ ProcessDHCPSettings() {
fi
if [[ "${PIHOLE_DOMAIN}" == "" ]]; then
PIHOLE_DOMAIN="lan"
PIHOLE_DOMAIN="local"
change_setting "PIHOLE_DOMAIN" "${PIHOLE_DOMAIN}"
fi