mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 21:12:05 -07:00
new: gateway.change event for MITM monitoring
This commit is contained in:
parent
43a93fd866
commit
c47e3f6195
8 changed files with 144 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
package routing
|
||||
|
||||
type RouteType int
|
||||
type RouteType string
|
||||
|
||||
const (
|
||||
IPv4 RouteType = 0
|
||||
IPv6 RouteType = 1
|
||||
IPv4 RouteType = "IPv4"
|
||||
IPv6 RouteType = "IPv6"
|
||||
)
|
||||
|
||||
type Route struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue