Skip to content

Commit 359db8a

Browse files
committed
Lowered down the DNS resolver timeout
1 parent 5d9597a commit 359db8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616
var (
1717
dnsResolverIP = "127.0.0.1:53" // SQLMap local DNS resolver.
1818
dnsResolverProto = "udp" // Protocol to use for the DNS resolver
19-
dnsResolverTimeoutMs = 1000 // Timeout (ms) for the DNS resolver (optional)
19+
dnsResolverTimeoutMs = 100 // Timeout (ms) for the DNS resolver (optional)
2020

2121
interactshPollingTimeMs = 500 // Polling time (ms) to check for interaction in Interact.sh
2222
)

0 commit comments

Comments
 (0)