• 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
DNSUtil.java 13 KB