Remove quic free file

The quic free build was gone long time ago.
This commit is contained in:
Cuong Manh Le
2024-07-29 22:22:43 +07:00
committed by Cuong Manh Le
parent bc7b1cc6d8
commit 12d6484b1c

View File

@@ -1,18 +0,0 @@
//go:build qf
package ctrld
import (
"context"
"errors"
"github.com/miekg/dns"
)
type doqResolver struct {
uc *UpstreamConfig
}
func (r *doqResolver) Resolve(ctx context.Context, msg *dns.Msg) (*dns.Msg, error) {
return nil, errors.New("DoQ is not supported")
}