0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-19 06:39:48 +03:00

Fix: test

This commit is contained in:
JimhHan
2021-03-27 17:52:15 +08:00
parent b8196a22a0
commit b9c5de96e7

View File

@ -36,7 +36,7 @@ func init() {
{ {
CountryCode: "TEST", CountryCode: "TEST",
Domain: []*geosite.Domain{ Domain: []*geosite.Domain{
{Type: domain.MatchingType_Full, Value: "example.com"}, {Type: geosite.Domain_Full, Value: "example.com"},
}, },
}, },
}, },