PDA

View Full Version : DNS Pinning - Qt Network



Togashi
16th November 2009, 13:44
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

mgoetz
17th November 2009, 09:29
Hi,

This is not implemented inside QNetworkAccessManager.