# Pi-Hole

Pi-Hole is a DNS server that has built in ability to block queries. It does this by returning 0.0.0.0 for queries on the block list.

[Pi-Hole Home Page](https://pi-hole.net/)

For [installation instructions](https://github.com/pi-hole/pi-hole/#one-step-automated-install)

<table border="1" id="bkmrk-list-of-commands-cha" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>List of Commands</td></tr><tr><td>Change password: sudo pihole -a -p

Pi-Hole v6 updated command to

```
sudo pihole setpassword
```

Update: pihole -up

</td></tr></tbody></table>