mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
Refactor remotes and handshaking to give every address a fair shot (#437)
This commit is contained in:
parent
20bef975cd
commit
710df6a876
25 changed files with 1561 additions and 1385 deletions
|
|
@ -64,6 +64,9 @@ func newSimpleServer(caCrt *cert.NebulaCertificate, caKey []byte, name string, u
|
|||
"host": "any",
|
||||
}},
|
||||
},
|
||||
//"handshakes": m{
|
||||
// "try_interval": "1s",
|
||||
//},
|
||||
"listen": m{
|
||||
"host": udpAddr.IP.String(),
|
||||
"port": udpAddr.Port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue