mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
add gateway to interface configuration
pi-hole@9cb4e8b broke #593
original commit 8550b76
This commit is contained in:
parent
150e01be8b
commit
1dd9f0747e
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ setStaticIPv4() {
|
|||
${SUDO} echo "ONBOOT=yes" >> ${IFCFG_FILE}
|
||||
${SUDO} echo "IPADDR=$IPADDR" >> ${IFCFG_FILE}
|
||||
${SUDO} echo "PREFIX=$CIDR" >> ${IFCFG_FILE}
|
||||
${SUDO} echo "GATEWAY=$IPv4gw" >> ${IFCFG_FILE}
|
||||
${SUDO} echo "USERCTL=no" >> ${IFCFG_FILE}
|
||||
${SUDO} ip addr replace dev "$piholeInterface" "$IPv4addr"
|
||||
if [ -x "$(command -v nmcli)" ];then
|
||||
|
|
Loading…
Reference in a new issue