-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Request
/api/v1/scan/gitlab.com
Reply
scanResult.error
spf:read udp 192.168.0.165:49336->8.8.8.8:53: i/o timeout; bimi:read udp 192.168.0.165:34625->8.8.8.8:53: i/o timeout
advice
spf : {We couldn't detect any active SPF record for your domain. Please visit https://dmarcguide.globalcyberalliance.org to fix this.}
Additional
Tool: https://mxtoolbox.com/SuperTool.aspx#
v=spf1 include:mail.zendesk.com include:_spf.google.com include:mktomail.com include:_spf.salesforce.com include:_spf-ip.gitlab.com a:zgateway.zuora.com include:mailgun.org -all
| SPF Included Lookups | Too many included lookups (15) Too many DNS Lookups? Solve this problem with SPF Flattening
Workaround
--dnsProtocol tcp
Is this related to '--dnsProtocol' can the error message is different over udp or is there a reason why not fallback to tcp is initiated?
Additional Documentation Advice:
When deploy the Container on Azure Container you need to set "Command Override Array" to ["/dss", "serve", "api", "--port", "80"] or ["/dss", "serve", "api", "--port", "80","--advise"] other wise it can not be started.