mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Update dns_spoof.go
This commit is contained in:
parent
e4682168df
commit
03951d9d01
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func (mod *DNSSpoofer) Configure() error {
|
|||
|
||||
ttl_, err := strconv.ParseUint(ttl, 10, 32)
|
||||
if err != nil {
|
||||
return fmt.Errorf("dns.spoof.ttl value must be an integer")
|
||||
return fmt.Errorf("dns.spoof.ttl value must be an integer")
|
||||
}
|
||||
mod.TTL = uint32(ttl_)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue