We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fc30a commit 981baedCopy full SHA for 981baed
install/pihole-install.sh
@@ -141,7 +141,7 @@ server=8.8.8.8
141
server=8.8.4.4
142
EOF
143
144
- sed -i -E "s|^(upstreams =).*|\1 [\"127.0.0.1#5335\", \"8.8.4.4\"]|" /etc/pihole/pihole.toml
+ sed -i -E 's|^(\s*upstreams =).*|\1 ["127.0.0.1#5335", "8.8.4.4"]|' /etc/pihole/pihole.toml
145
systemctl enable -q --now unbound
146
systemctl restart pihole-FTL.service
147
msg_ok "Installed Unbound"
0 commit comments