• Miek Gieben's avatar
    middleware/proxy: healthchecks fixes (#183) · 558c34a2
    Miek Gieben authored
    * middleware/proxy: add spray keyword
    
    When spray is used, the proxy will, when all backend are down, spray to
    each target. When not used, default to the old defaults: max 1 failure
    and no spray. These defaults are also used when forwarding queries to
    another CoreDNS instance.
    
    Update the README with the new keyword.
    
    * typos
    
    * Make MaxFail = 1 again
    
    * more reversals
    558c34a2
policy.go 3.05 KB