mirror of
https://github.com/bettercap/bettercap.git
synced 2025-03-12 04:36:03 -07:00
This adds support for two additional functions in go plugins in the `packet_proxy` module: * `func OnStart() int` * `func OnStop()` These will be called when the packet proxy module is turned on and off, respectively.