mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
balls
This commit is contained in:
parent
7bc0f6cf11
commit
246691f9a0
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ func (p *HTTPProxy) ConfigureTLS(address string, proxyPort int, httpPort int, sc
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *HTTPProxy) httpWorker() error {
|
func (p *HTTPProxy) httpWorker() error {
|
||||||
|
log.Info("Starting http worker.")
|
||||||
p.isRunning = true
|
p.isRunning = true
|
||||||
return p.Server.ListenAndServe()
|
return p.Server.ListenAndServe()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue