DHCP and DNS setup

Hi,
I am not sure what I am doing wrong. Can you please help me with setup?

I set up DNS server
Servers: 192.168.88.1
Dynamic servers: (2 servers set by my ISP)
Allow Remote Requests = yes
and set some static DNS records

Detail:

/ip dns print 
                      servers: 192.168.88.1
              dynamic-servers: 93.153.117.1,93.153.117.33
               use-doh-server: 
              verify-doh-cert: no
   doh-max-server-connections: 5
   doh-max-concurrent-queries: 50
                  doh-timeout: 5s
        allow-remote-requests: yes
          max-udp-packet-size: 4096
         query-server-timeout: 2s
          query-total-timeout: 10s
       max-concurrent-queries: 100
  max-concurrent-tcp-sessions: 20
                   cache-size: 2048KiB
                cache-max-ttl: 1d
      address-list-extra-time: 0s
                   cache-used: 38KiB

DHCP-server network:
Address: 192.168.88.0/24
Gateway: 192.168.88.1

When I leave configuration as is, everything is ok, but when I add DNS Server 192.168.88.1 to DHCP-server I got DNS resolve error.

Can you please tell me, which part is misconfigured?

Regards
Petr

Don’t put the router itself as DNS Server in /IP DNS, these should only be other Public/Private Servers like 8.8.8.8 or 1.1.1.1 or just use the provided Dynamic Servers. You should then have no issues when you set 192.168.88.1 as DNS in /DHCP-Server Network.

Thank you, I tested your approach, but removing 192.168.88.1 from servers did not take effect (issue is the same). After adding 192.168.88.1 as DNS Server to DHCP network, DNS cannot resolve requests to non-static records.

Petr

Please post your full configuration. It helps to resolve your issues.