|
|
|
|
|
by craftyguy
2961 days ago
|
|
Slightly off-topic, but from the pi-hole page: > Install by running one command: > curl -sSL https://install.pi-hole.net | bash installing arbitrary software off the internet by piping curl output to bash is a terrible idea. At the very least, I would have expected them to sign this script... considering this software has unlimited access to your internal network, and the ability to influence ALL network traffic into/out of your internal network. |
|
>Our code is completely open, but piping to bash can be dangerous. For a safer install, review the code and then run the installer locally.