• Dave Cridland's avatar
    Add support for a wildcard DNS override · 79c7a4d6
    Dave Cridland authored
    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.
    79c7a4d6
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...