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
Right now the Proxy only supports DNS-over-UDP. Some DNS clients and environments require TCP for DNS
queries, especially for larger responses that exceed UDP limits. Supporting TCP would make Cortexflow Proxy more robust and versatile.
Solution:
I will add a TCP listener to handle asynchronous TCP connections.
Is your feature request related to a problem?
[ x] Yes
Problem Description::
Right now the Proxy only supports DNS-over-UDP. Some DNS clients and environments require TCP for DNS
queries, especially for larger responses that exceed UDP limits. Supporting TCP would make Cortexflow Proxy more robust and versatile.
Solution:
I will add a TCP listener to handle asynchronous TCP connections.
Features: