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
d = dnslog.NewCustomDNSLog(dnslog.script("Goby DnsLog"))
domain, token = d.GetSubDomainAndToken()~
// println(domain, token)
// use domain and token to do something...
events = d.CheckDNSLogByToken()~
if len(events) > 0 {
// do something...
}
在系统设置里设置内置dnslog,然后在dnslog界面获取不到,在yaklang中调用checkDNSlogbytoken 一直返回timeout,但是我自己的dnslog上能收到请求。所以该怎么设置使插件还有dnslog功能获取的是自己的dnslog
The text was updated successfully, but these errors were encountered: