chore: transferred to daeuniverse

This commit is contained in:
mzz2017
2023-03-14 15:01:55 +08:00
parent a6c2a077db
commit e2964ee6aa
119 changed files with 272 additions and 274 deletions

View File

@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, v2rayA Organization <team@v2raya.org>
* Copyright (c) 2023, daeuniverse Organization <dae@v2raya.org>
*/
package dns
@ -8,8 +8,8 @@ package dns
import (
"fmt"
"github.com/sirupsen/logrus"
"github.com/v2rayA/dae/component/routing"
"github.com/v2rayA/dae/pkg/config_parser"
"github.com/daeuniverse/dae/component/routing"
"github.com/daeuniverse/dae/pkg/config_parser"
"golang.org/x/net/dns/dnsmessage"
"strings"
)