mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
new: new wake on lan module
This commit is contained in:
parent
de57fcdc92
commit
3d7c19b071
3 changed files with 169 additions and 0 deletions
1
main.go
1
main.go
|
@ -34,6 +34,7 @@ func main() {
|
|||
sess.Register(modules.NewHttpProxy(sess))
|
||||
sess.Register(modules.NewHttpsProxy(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
sess.Register(modules.NewWOL(sess))
|
||||
|
||||
if err = sess.Start(); err != nil {
|
||||
log.Fatal("%", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue