The restart of the entire named service for just reloading a domain zone would consume a lot of time. So it is just better to reload the individual zone file by using the following command.
# rndc reload domain IN internal
# rndc reload domain IN external
The command is case sensitive. So please take a look onto that uppercase “IN” in the command