|
@@ -18,7 +18,7 @@ import (
|
|
|
|
|
|
|
|
|
|
|
|
-var log = clog.NewWithPlugin("example")
|
|
|
+var log = clog.NewWithPlugin("bumple")
|
|
|
|
|
|
|
|
|
type Example struct {
|
|
@@ -48,7 +48,7 @@ func (e Example) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
|
|
|
}
|
|
|
|
|
|
|
|
|
-func (e Example) Name() string { return "example" }
|
|
|
+func (e Example) Name() string { return "bumple" }
|
|
|
|
|
|
|
|
|
type ResponsePrinter struct {
|