diff --git a/Using-WireGuard-Easy-with-Pi-Hole.md b/Using-WireGuard-Easy-with-Pi-Hole.md index 32596a7..2fb8793 100644 --- a/Using-WireGuard-Easy-with-Pi-Hole.md +++ b/Using-WireGuard-Easy-with-Pi-Hole.md @@ -62,4 +62,10 @@ networks: - subnet: 10.8.1.0/24 ``` -Save this file, edit the variables marked with `⚠️` and run `docker-compose up -d` in the same directory. That's it! \ No newline at end of file +Save this file, edit the variables marked with `⚠️` and run `docker-compose up -d` in the same directory. That's it! + +Editing Hostname in Query Logs of Pi Hole: + +[How do I change the name of the client from wg-easy docker-compose with Pi-hole?](https://discourse.pi-hole.net/t/how-do-i-change-the-name-of-the-client-from-wg-easy-docker-compose-with-pi-hole/69446/2) + +[#971](https://github.com/wg-easy/wg-easy/issues/971) \ No newline at end of file