Adds a resolution mapping the given service (on protocol and domain) to the IP address addr
and given port.
| this |
a Resolver |
| service |
the service name to match |
| protocol |
the protocol name to match |
| domain |
the domain name to match |
| addr |
the IP address to resolve to |
| port |
the port to resolve to |
|
true on success; false otherwise |