mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
new: splitted http.server and https.server in order to be able to use both from a single instance (closes #433)
This commit is contained in:
parent
402bf77a31
commit
23f340d8eb
3 changed files with 178 additions and 65 deletions
1
main.go
1
main.go
|
@ -52,6 +52,7 @@ func main() {
|
|||
sess.Register(modules.NewHttpProxy(sess))
|
||||
sess.Register(modules.NewHttpsProxy(sess))
|
||||
sess.Register(modules.NewHttpServer(sess))
|
||||
sess.Register(modules.NewHttpsServer(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
sess.Register(modules.NewWOL(sess))
|
||||
sess.Register(modules.NewWiFiModule(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue