mirror of
https://github.com/bettercap/bettercap
synced 2025-07-12 08:07:00 -07:00
balls
This commit is contained in:
parent
b4d8c639a0
commit
fb593af38d
6 changed files with 7 additions and 5 deletions
|
@ -7,6 +7,8 @@ import (
|
|||
"strconv"
|
||||
)
|
||||
|
||||
const IPv4Validator = `^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$`
|
||||
|
||||
type ModuleHandler struct {
|
||||
Name string
|
||||
Description string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue