mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
yeet
This commit is contained in:
parent
0b127be1c2
commit
203ed4550e
1 changed files with 1 additions and 0 deletions
|
|
@ -644,6 +644,7 @@ func (lh *LightHouse) unlockedGetRemoteList(allAddrs []netip.Addr) *RemoteList {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO lighthouse.remote_allow_ranges is almost certainly broken in a multiple-address-per-cert scenario
|
||||||
am := NewRemoteList(allAddrs, func(a netip.Addr) bool { return lh.shouldAdd(allAddrs[0], a) })
|
am := NewRemoteList(allAddrs, func(a netip.Addr) bool { return lh.shouldAdd(allAddrs[0], a) })
|
||||||
for _, addr := range allAddrs {
|
for _, addr := range allAddrs {
|
||||||
lh.addrMap[addr] = am
|
lh.addrMap[addr] = am
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue