Add support for a wildcard DNS override
Individual domains can be redirected to a specific handling host by use
of the DNS override property, dnsutil.dnsOverride
This patch allows a wildcard "*" entry to override all domains without
a specific override, for example:
dnsutil.dnsOverride = {*,127.0.0.1:5269}
... redirects all outgoing S2S traffic to port 5269 on localhost.
Showing
Please register or sign in to comment