Files
coredns/middleware
Miek Gieben dbe1b2510d middleware/proxy: fix except keyword (#505)
Fix the except keyword usage - the config would allow it, but it was
not enforced in the code.
Turns out that **FROM** was also not enforced, fix both, by (basically)
copying the code from Caddy.

Update the README and tests.

Locally test as well, shows that this works:

~~~
.:1053 {
    proxy miek.nl 8.8.8.8:53 {
        except a.miek.nl
    }
    proxy a.miek.nl 8.8.4.4:53

    errors stdout
    log stdout
}
~~~

And gives the desired results, not having a proxy line for `a.miek.nl`
results in a SERVFAIL (as expected).

Fixes #502
2017-02-07 18:01:16 +00:00
..
2017-01-22 20:32:08 +00:00
2016-12-20 18:58:05 +00:00
2017-01-06 09:42:30 +00:00
2017-01-12 08:13:50 +00:00
2016-12-20 18:58:05 +00:00
2016-10-11 20:42:28 +01:00
2017-01-10 10:18:34 -05:00
2016-03-19 07:32:50 +00:00
2017-01-23 15:40:47 -05:00
2016-09-07 12:55:41 +00:00