diff --git a/infra/conf/v2ray.go b/infra/conf/v2ray.go index 0843bc418..f8fb830a9 100644 --- a/infra/conf/v2ray.go +++ b/infra/conf/v2ray.go @@ -581,8 +581,6 @@ func (c *Config) Build() (*core.Config, error) { protoregistry.GlobalTypes.RangeMessages(func(messageType protoreflect.MessageType) bool { switch d := messageType.Descriptor().(type) { case protoreflect.MessageDescriptor: - sb.WriteString(string(d.Name())) - sb.WriteString(":") sb.WriteString(string(d.FullName())) sb.WriteString("\n") }