From 390a93240c26d41bb6b5be52a132cca812c61a03 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun, 7 Apr 2024 21:11:14 +0200 Subject: [PATCH] Updated Using WireGuard Easy with Pi Hole (markdown) --- Using-WireGuard-Easy-with-Pi-Hole.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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