Dnsmasq ping: bad address

Hello,

VERSION="19.07.8"
I have on WAN Protocol: DHCP client
And in /etc/resolv.conf
nameserver 127.0.0.1

As I understand there is DNSMASQ configured
But I can not reach my ISP personal page because of error
ping: bad address

However when I manually set DNS on IPv4 laptop settings I can reach it.

I would leave it as it is but I need to work also from different locations there my ISP DNS is not reachable and I do not need it in another places.

As I understand from docu DNSMASQ works on NAT level and 127.0.0.1 is the right nameserver for it.
And it works with my ISP DNS servers anyway but on WAN level

The only thing I can not understand if DNSMASQ uses ISP DNS servers why it can not resolve internal ISP resources.

Is it some kind of bug and is it possible to fix it?

Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

cat /etc/config/network
cat /etc/config/dhcp

So far, everything looks fine here...

Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export wireless; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
iptables-save -c; ip6tables-save -c; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ip -6 addr ; ip -6 ro li tab all ; ip -6 ru; \
ls -l  /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*