Windows domain with pihole as dns

I am trying to setup SRV Records. dnsmasqd.conf states to put the config in /etc/dnsmasq.d/config.conf and I enabled misc.etc_dnsmasq_d in pihole.toml

i have this in a /etc/dnsmasq.d/config.conf
server=/ad.example.dev/192.168.100.37
address=/mydc.ad.example.dev/192.168.100.37
address=/gc._msdcs.ad.example.dev/192.168.100.37
srv-host=_ldap._tcp.pdc._msdcs.ad.example.dev,ad.example.dev,389,0,100
srv-host=_kerberos._tcp.dc._msdcs.ad.example.dev,ad.example.dev,88,0,100
srv-host=_ldap._tcp.dc._msdcs.ad.example.dev,ad.example.dev,389,0,100
srv-host=_ldap._tcp.gc._msdcs.ad.example.dev,ad.example.dev,3268,0,100

Still i get no server record. Is my syntax wrong or am i missing something?

You could check your custom dnsmasq configuration for syntactical errors:

pihole-FTL dnsmasq-test

never mind found my issue line 2
address=/mydc.ad.example.dev/192.168.100.37
their should be no mydc.