diff --git a/infra/conf/dns_test.go b/infra/conf/dns_test.go index cc1779af..aeb1df39 100644 --- a/infra/conf/dns_test.go +++ b/infra/conf/dns_test.go @@ -36,7 +36,7 @@ func init() { { CountryCode: "TEST", Domain: []*geosite.Domain{ - {Type: domain.MatchingType_Full, Value: "example.com"}, + {Type: geosite.Domain_Full, Value: "example.com"}, }, }, },