Multiple /ip server address ?

For security purposes, I want to restrict the addresses from which an /ip service is available. The problem is that I have two different unrelated address ranges from which I need to make a service available. I’d like to be able to say something like

/ip service set 9 address=111.111.111.1/24,222.222.222.1/24

but the router doesn’t accept that. I can’t add a second entry for the same service with another address, either. Is there any way to do what I want?

yes, leave it at 0.0.0.0/0 and then use the firewall filter input chain to drop the traffic instead.

I never replied to say “thank you.” Your suggestion worked great, and is extremely flexible to boot.