Yes, I do.
I contacted them to tell them to enable it for my account.
Once enabled and router is also enabled, the router pulls IPv6 address set on Native.
Okay, I was asking because the test page you used did not show an address. And this is entirely unrelated to DNS so Pi-hole will have no influence on it. Are you sure the device on which you ran the test is IPv6-enabled? Does it have a 2403:... address?
Ah, but it says it always uses 2403:5800:7300:cb00::1 which is (by a high chance) your router. Not the Pi-hole. So the issue seems to be happening in the router. Do you see all these requests (with being blocked only sometimes) in the Pi-hole Query Log?
Judging by that server IPv6 address from your nslookups, it would seem your router is advertising itself as DNS server for IPv6, and the fact that you are seeing flurry.com blocked at some times and resolved at others would imply you've configured your router's upstream DNS to use Pi-hole and some alternative DNS server(s).
See my screenshot above. The router is not advertising itself, however, it got me thinking that maybe I should populate the empty fields with the same value.
That value you see in the 1st field was taken when I did 'ip -o addr' on the pihole.
Your screenshot shows that your client's nslookupis using your router's IPv6 address for DNS.
If your router wouldn't be advertising it, you could have configured it manually on that client. Assuming you would have told us about the latter, I consider the former more likely.
As far as your router's settings are concerned, you'd have to consult your router's documentation for their exact meaning.
my questions are:
Does nameserver need to point to pihole's IP (192.168.1.2)? I tried to set it to Pi's IP but after a reboot it reverted back to 1.1.1.2, etc.
Once IPv6 is enabled, seems nameserver is using router's IPv6 address instead of 2403:5800:7300:cb00:6de6:be72:631c:ccdc
No. Typically, you cannot set static IPv6 settings because the prefix will likely be changing every now and then. This would have a great potential of breaking things in totally unexpected ways.
For what? You may need to set this for a VPN which should also route IPv6 but I'd let this disabled as long as you don't have a particular problem you want to solve by intentionally enabling it.
I am aware of that.
It prompted my advice to consult your router's documentation for your settings. Sorry for not making this more obvious.
Yes, it is what any IPv6 capable router should do by default.
However, your router should also offer options to stop it from advertising itself as DNS server for IPv6 via SLAAC/NDP as well as offering itself via Stateful OR Stateless DHCPv6, which is what you should do using Pi-hole.
Not all routers do support that, though - and if they don't, then Pi-hole will be by-passed as long as IPv6 is enabled.
Again, from your router screenshots, one cannot know how those settings relate to Stateful DHCPv6 or Stateless DHCPv6 or SLAAC, or what the enable/disable radio button in that section does, or whether there would be additional options in some other places.
You'd have to consult your router's configuration or support channels to find out.