Hi,
For my project I will need to introduce DNS pinning. This basically means to ignore the DNS request TTL and implement my own length regardless.
Is this already implemented when a QNetworkRequest/QNetworkReply together with QNetworkAccessManager, or should I make my own system using TCP sockets and host requests of my own?
Thanks in advance.
Togashi