mirror of
https://github.com/schollz/croc.git
synced 2024-11-28 01:16:10 +03:00
skip discovery
This commit is contained in:
parent
da626334e0
commit
c7624535e9
@ -395,8 +395,10 @@ func (c *Client) Receive() (err error) {
|
||||
})
|
||||
if err == nil && len(discoveries) > 0 {
|
||||
for i := 0; i < len(discoveries); i++ {
|
||||
log.Debugf("discovery %d has payload: %+v", i, discoveries[i])
|
||||
if !bytes.HasPrefix(discoveries[i].Payload, []byte("croc")) {
|
||||
log.Debugf("discovery %d has wrong payload: %+v", i, discoveries[i])
|
||||
log.Debug("skipping discovery")
|
||||
continue
|
||||
}
|
||||
log.Debug("switching to local")
|
||||
c.Options.RelayAddress = fmt.Sprintf("%s:%s",
|
||||
|
Loading…
Reference in New Issue
Block a user