-
Notifications
You must be signed in to change notification settings - Fork 19
intra/tcp.go: don't create TCP endpoint before Dial() returns #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: n2
Are you sure you want to change the base?
Conversation
On the diff, before |
Why does firestack c646f0c close the TCP connection if the ANSWER SECTION of a DNS response is empty? ( e.g. |
Strange. I'll take a look. Does it happen for all transport types in addition to DNS53 (DoH/ODoH, DoT, DNSCrypt)? |
Log:
Firestack called |
Default DNS isn't set (cf |
Oh, I hardcoded TIDCSV "Preferred" in my small CLI but forgot to add a DNS transport with ID "Preferred". |
The firestack API isn't the greatest :( |
We have been bug bashing connectivity issues (mostly the DNS, |
@ignoramous
I wonder if this change breaks anything.