mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
new: _http and _https zeroconf acceptors
This commit is contained in:
parent
ef69151a7f
commit
02871b0ae6
5 changed files with 130 additions and 41 deletions
|
@ -17,6 +17,7 @@ type ServiceData struct {
|
|||
Records []string `yaml:"records,omitempty"` // Service DNS text records
|
||||
Responder string `yaml:"responder,omitempty"` // Optional IP to use instead of our tcp acceptor
|
||||
IPP map[string]string `yaml:"ipp,omitempty"` // Optional IPP attributes map
|
||||
HTTP map[string]string `yaml:"http,omitempty"` // Optional HTTP URIs map
|
||||
|
||||
server *zeroconf.Server
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue