mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-08-10 13:20:33 +02:00
Remove quic free file
The quic free build was gone long time ago.
This commit is contained in:
@@ -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")
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user