Pi hole running but not filtering

My Network :

4G Router (DHCP) > Power plug > Switch > AP (bridge) >< AP (bridge) (all this is through 192.168.0.X) > Router with own DHCP (10.0.0.X).

The Raspberry pi is connected through the AP bridge (so getting his IP for the 4G WAN).

All device point to the Pi Hole as 1st DNS same for the LAN on the 4G modem except for the 4G internet setting which point to open DNS.

my issue is I have 672,747 domains on blacklist, non are blocked.
I noticed I have 482 query in the last 24 hours only, and that seems to be mostly the AP which is connecting to the manufacturing domain and another connection to GIT.

I tested to go on facebook with my iPhone, the traffic is not listed from the Pi Hole, did a manual DNS settings on my iPhone > Pi Hole as primary, same issue.

How come most of the network is not going through the pi Hole?

Is your Pi-hole on the same network as your devices?

Yes, and both network have same subnetwork mask

Running : nslookup google.com

Server: 192.168.0.99
Address: 192.168.0.99#53

Non-authoritative answer:
Name: google.com
Address: 216.58.

it's seems to be going through, but the trafic is not detected by the Pi.

Also something weird, in the query log, I see some blacklists : 017-10-30 20:53:33 IPv4 easylist-downloads.adblockplus.org localhost OK (cached) Blacklist

UPDATE : ok something really wrong, in the whitelist page I see all the custom lists with suppose to be blocked....

Some of the domains shown below are domains of the adlists sources, which are automatically added in order to prevent adlists being able to blacklist each other. See here for the default set of adlists.

The list domains are supposed to be on the whitelist.

Run pihole -d for a debug token.

---= Detecting Installed Package Versions:

Pi-hole: v3.1.4 (master:v3.1.4-0-gb0ecedd)
Pi-hole Dashboard: v3.1 (master:v3.1-0-gf204b71)
lighttpd/1.4.45
PHP 7.0.19-1 (cli) (built: May 11 2017 14:04:47) ( NTS )

---= Detecting existence of /etc/pihole/setupVars.conf:

PIHOLE_INTERFACE=eth0
IPV4_ADDRESS=192.168.0.x/24
IPV6_ADDRESS=
QUERY_LOGGING=true
INSTALL_WEB=true
DNSMASQ_LISTENING=single
PIHOLE_DNS_1=208.67.222.222
PIHOLE_DNS_2=208.67.220.220
DNS_FQDN_REQUIRED=true
DNS_BOGUS_PRIV=true
DNSSEC=false

---= Detecting installed OS Distribution

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="RaspbianForums - Raspbian"
BUG_REPORT_URL="RaspbianBugs - Raspbian"

---= Checking processor variety

armv7l

---= Checking IPv6 Stack

IPv6 on eth0
Gravity configured for: NOT CONFIGURED

fi80::50:56c2:1d35:c912/64
No gateway detected.

---= Checking IPv4 Stack

IPv4 on eth0
Gravity configured for: 192.168.0.x/24

192.168.0.x/24
Gateway responded.
--- 192.168.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 2.068/2.179/2.358/0.138 ms
Query responded.
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 35.295/45.990/55.772/8.388 ms

---= Daemon Process Information

Found user www-data with process lighttpd

---= Daemon Process Information

Found user dnsmasq with process dnsmasq

---= Daemon Process Information

Found user pihole with process pihole-FTL

---= Processes Check

Status for lighttpd daemon:
active
Status for dnsmasq daemon:
active
Status for pihole-FTL daemon:
active

---= Resolver Functions Check (IPv4)

Resolution of qoviqoluxo.virtue.nu from Pi-hole (127.0.0.1):
192.168.0.x

Resolution of qoviqoluxo.virtue.nu from Pi-hole (192.168.0.x):
192.168.0.x

Is this actually what is in setupVars.conf? Also, is that the entire debug log?