Check everything in

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-15 17:26:09 +01:00
parent 5f2d5788b0
commit 1652395efa
22 changed files with 3735 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
package xds
import (
clog "github.com/coredns/coredns/plugin/pkg/log"
)
var log = clog.NewWithPlugin("traffic")