• Tollef Fog Heen's avatar
    Use ndirector, not serial in DNS director. · e5da6ec9
    Tollef Fog Heen authored
    The test case for this doesn't trigger, but the failing VCL (when
    given in a file with -f) looks like:
    
    director squid round-robin {
    	 { .backend = { .host = "127.0.0.1"; .port = "3131"; } }
    }
    
    director dnsdir dns {
    	 .list = {
    	       "201.7.184.0"/32;
    	 }
    }
    
    sub vcl_recv {
        set req.backend = dnsdir;
    }
    
    Fixes #1295
    e5da6ec9
Name
Last commit
Last update
..
libjemalloc Loading commit data...
libvarnish Loading commit data...
libvarnishapi Loading commit data...
libvarnishcompat Loading commit data...
libvcl Loading commit data...
libvgz Loading commit data...
libvmod_std Loading commit data...
Makefile.am Loading commit data...