mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
V2 certificate format (#1216)
Co-authored-by: Nate Brown <nbrown.us@gmail.com> Co-authored-by: Jack Doan <jackdoan@rivian.com> Co-authored-by: brad-defined <77982333+brad-defined@users.noreply.github.com> Co-authored-by: Jack Doan <me@jackdoan.com>
This commit is contained in:
parent
2b427a7e89
commit
d97ed57a19
105 changed files with 8276 additions and 4528 deletions
|
|
@ -9,8 +9,8 @@ import (
|
|||
"net/netip"
|
||||
)
|
||||
|
||||
func (i *HostInfo) GetVpnIp() netip.Addr {
|
||||
return i.vpnIp
|
||||
func (i *HostInfo) GetVpnAddrs() []netip.Addr {
|
||||
return i.vpnAddrs
|
||||
}
|
||||
|
||||
func (i *HostInfo) GetLocalIndex() uint32 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue