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
hello ,i found this lib is complex with some dns protocols supported,and i wanna use dns over tcp,i found you use pipeline to speedup,but it has a err in https://github.com/folbricht/routedns/blob/master/pipeline.go. line 145,when the err is eof,o the conn must be closed, which means that the dns server can not support send multi dns query in one tcp connection, so i wanna know how can i detect some dns server if support send multi dns query in one tcp connection,or is there any method to let dns server know that i wanna send multi dns query in one tcp connection.