You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. Google Public DNS randomizes case in the requests it sends.
For example, `8ba299a7.v4-ttl-5s.8ba299a8.v4-cnt-5.loop.example.com.`
may become `8BA299a7.V4-ttl-5s.8BA299A8.V4-cNt-5.lOOP.ExAmPLE.cOm.`,
(taken from the real request Google Public DNS has sent to me).
This commits makes so RIP can successfully parse requests regardless
of the case.
0 commit comments