We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It start and stay in background
Stop after 2 minutes
The text was updated successfully, but these errors were encountered:
Can you enable verbose logging? (Set verbose: true in yaml config file.)
verbose: true
I think it crashes because there is a nil dns.RR object inside Extra[] array. Without logs I don't see which code could make such request.
dns.RR
Extra[]
func (dns *Msg) IsEdns0() *OPT { ... for i := len(dns.Extra) - 1; i >= 0; i-- { >>> if dns.Extra[i].Header().Rrtype == TypeOPT {
Sorry, something went wrong.
szolin
No branches or pull requests
Steps to reproduce
2.Wait 1 or 2 minutes
Expected behavior
It start and stay in background
Actual behavior
Stop after 2 minutes
Screenshot:
Your environment
The text was updated successfully, but these errors were encountered: