DHCP Server not sending option 42

I’m running v6.49
Client is requesting the NTP servers, but the router’s not returning them. What am I missing?

> /ip dhcp-server option print 
 # NAME                    CODE VALUE                  RAW-VALUE                 
 0 ntp_org                   42 'pool.ntp.org'         706f6f6c2e6e74702e6f7267  
 1 nist                      42 'time.nist.gov'        74696d652e6e6973742e676f76

no_opt_42.zip (520 Bytes)

Alright, so I managed to add the options to the dhcp-server, but it turns out not paying attention to the RFC was a dumb move by me. Option 42 only accepts IP addresses, not domain names.