1. 02 May, 2013 3 commits
  2. 29 Apr, 2013 1 commit
  3. 26 Apr, 2013 1 commit
  4. 25 Apr, 2013 3 commits
  5. 22 Apr, 2013 1 commit
    • 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
  6. 10 Apr, 2013 4 commits
  7. 09 Apr, 2013 16 commits
  8. 04 Apr, 2013 11 commits