Vladimir
Vladimir
So is it possible to change mitmproxy tls fingerprint?
Ok, thank you
I haven't figured it out yet. I'm a little confused about the protobuf versions. My error looks like: ``` CMake Error at cmake-build-debug/vcpkg_installed/arm64-osx/share/protobuf/vcpkg-cmake-wrapper.cmake:3 (_find_package): Could not find a configuration file...
Is PROTOBUF_MINVERSION is required, maybe its possible to change from find_package(Protobuf ${PROTOBUF_MINVERSION} REQUIRED) just to find_package(Protobuf REQUIRED)
Yes, it works, thanks!