Merge pull request #1210 from pi-hole/fix/dhcpcd_int

Remove comment leaders from DHCPCD interface
This commit is contained in:
Dan Schaper 2017-02-02 12:48:29 -08:00 committed by GitHub
commit b8d0e5e5a1

View file

@ -367,7 +367,7 @@ It is also possible to use a DHCP reservation, but if you are going to do that,
setDHCPCD() {
# Append these lines to dhcpcd.conf to enable a static IP
echo "## interface ${PIHOLE_INTERFACE}
echo "interface ${PIHOLE_INTERFACE}
static ip_address=${IPV4_ADDRESS}
static routers=${IPv4gw}
static domain_name_servers=${IPv4gw}" | tee -a /etc/dhcpcd.conf >/dev/null