The nslookup on Windows is trying to use an IPv6 address for the DNS server and does not know the name for that IP address. Normally that would be pi.hole but without seeing the debug log I can't tell if you have it configured correctly.
The nslookup on the Pi-hole is querying itself on the IPv4 loopback address and no reverse name lookup is performed in that case.
Nicht autorisierende Antwort:
Name: facebook.de
Addresses: 2a03:2880:f01c:20e:face:b00c:0:2
31.13.92.10
root@pi-server:/# tail -f /var/log/pihole*.log |grep facebook.de
Aug 12 21:44:22 dnsmasq[8233]: query[A] facebook.de.fritz.box from 2001:16b8:5c46:a800:f494:e7d3:ecdd:a0f4
Aug 12 21:44:22 dnsmasq[8233]: forwarded facebook.de.fritz.box to 208.67.220.220
Aug 12 21:44:24 dnsmasq[8233]: reply facebook.de.fritz.box is NXDOMAIN
Aug 12 21:44:24 dnsmasq[8233]: query[AAAA] facebook.de.fritz.box from 2001:16b8:5c46:a800:f494:e7d3:ecdd:a0f4
Aug 12 21:44:24 dnsmasq[8233]: forwarded facebook.de.fritz.box to 208.67.220.220
Aug 12 21:44:25 dnsmasq[8233]: reply facebook.de.fritz.box is NODATA-IPv6
Aug 12 21:44:25 dnsmasq[8233]: query[A] facebook.de from 2001:16b8:5c46:a800:f494:e7d3:ecdd:a0f4
Aug 12 21:44:25 dnsmasq[8233]: forwarded facebook.de to 208.67.220.220
Aug 12 21:44:25 dnsmasq[8233]: reply facebook.de is 31.13.92.10
Aug 12 21:44:25 dnsmasq[8233]: query[AAAA] facebook.de from 2001:16b8:5c46:a800:f494:e7d3:ecdd:a0f4
Aug 12 21:44:25 dnsmasq[8233]: forwarded facebook.de to 208.67.220.220
Aug 12 21:44:25 dnsmasq[8233]: reply facebook.de is 2a03:2880:f01c:20e:face:b00c:0:2
Every client in my network is usind pi-hole (pi-server.local in my configuration) for DNS.
In pi hole I configured "Upstream DNS Servers" back to my FritzBox.
The file you edited has a big warning at the top to not edit it:
cat /etc/dnsmasq.d/01-pihole.conf
# Pi-hole: A black hole for Internet advertisements
# (c) 2017 Pi-hole, LLC (https://pi-hole.net)
# Network-wide ad blocking via your own hardware.
#
# Dnsmasq config for Pi-hole's FTLDNS
#
# This file is copyright under the latest version of the EUPL.
# Please see LICENSE file for your rights under this license.
###############################################################################
# FILE AUTOMATICALLY POPULATED BY PI-HOLE INSTALL/UPDATE PROCEDURE. #
# ANY CHANGES MADE TO THIS FILE AFTER INSTALL WILL BE LOST ON THE NEXT UPDATE #
# #
# IF YOU WISH TO CHANGE THE UPSTREAM SERVERS, CHANGE THEM IN: #
# /etc/pihole/setupVars.conf #
# #
# ANY OTHER CHANGES SHOULD BE MADE IN A SEPARATE CONFIG FILE #
# WITHIN /etc/dnsmasq.d/yourname.conf #
###############################################################################
We do not support installations that modify the web interface as you have moved it. Without a full debug log I can not assist you with your issues.
Try editing the /etc/hosts file with your domain names and reset the Pi-hole back to what it was previously with pihole -r.
Something is crashed. Cause the server ca't get connection to the internet.
pihole -r wasn't working.
[✓] Detected ARM-hf architecture (armv7+)
[i] Checking for existing FTL binary...
[✗] Downloading and Installing FTL
Error: Unable to get latest release location from GitHub
[✗] FTL Engine not installed
root@pi-server:/# wget google.de
--2019-08-12 23:02:43-- http://google.de/
Auflösen des Hostnamens google.de (google.de)… fehlgeschlagen: Temporärer Fehler bei der Namensauflösung.
wget: Host-Adresse »google.de« kann nicht aufgelöst werden