Pi-hole reporting active but no ads are blocked

Installed Pi-hole on a raspberry pi running Kali Linux, i know is unsupported but i was hoping to make it work somehow.

After installing it, I pihole-FTL v4.1 was not compatible and downgraded binary file with 3.0. Until that moment it was always reporting "file not found". used strace, ldd and some other topics here and now all is green in web administration page but no queries are reported.
pihole -v
Pi-hole version is v4.1 (Latest: v4.1)
AdminLTE version is v4.1 (Latest: v4.1)
FTL version is v3.0 (Latest: v4.1)

I installed dnsmasq, Kali comes without it. After every reboot i need to start the service and after that FTL will be able to start. I did not understand from documentation if dnsmasq service and resolvconf service needs to be enabled/disabled and started/stopped after reboot.

Defined on my windows machine as my primary(and only) dns the ip adress from pi.hole, when i run
tcpdump udp port 53 on pi.hole i can see all dns requests:
19:24:19.740187 IP 192-168-0-111.netprovider.63288 > pi.hole.domain: 52944+ A? discourse.pi-hole.net. (39)
19:24:19.741232 IP pi.hole.domain > 192-168-0-111.netprovider.63288: 52944 1/0/0 A 167.99.26.239 (55)

cat /etc/resolv.conf
nameserver 127.0.0.1

sudo lsof -i :53
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
dnsmasq 685 pihole 4u IPv4 12960 0t0 UDP *:domain
dnsmasq 685 pihole 5u IPv4 12961 0t0 TCP *:domain (LISTEN)
dnsmasq 685 pihole 6u IPv6 12962 0t0 UDP *:domain
dnsmasq 685 pihole 7u IPv6 12963 0t0 TCP *:domain (LISTEN)

uname -a:
Linux workbox 4.14.71-v6+ #1 Thu Oct 18 08:07:35 UTC 2018 armv6l GNU/Linux

Expected Behaviour:

I was hoping to be able to block test page:
https://blockads.fivefilters.org/?pihole

Actual Behaviour:

No blocking occurs.

Debug Token:

3w9qpyaey2

@darakna Which post is the right one, this or Pi-hole active but not blocking?

I was thinking that this post was blackholed. This is only 1st part from Pi-hole active but not blocking

So this is the post to look at, or that one?

The other one.