Audit changes
This commit is contained in:
@@ -74,6 +74,6 @@ func (a *App) devAddProbe(p *Peer, endpoint netip.AddrPort) {
|
||||
}
|
||||
|
||||
func (a *App) devRemove(p *Peer) {
|
||||
log.Printf("REMOVED: %s - %s", p.Name, p.VPNIP.String())
|
||||
log.Printf("REMOVED: %s", p.PubKey())
|
||||
devRetry(p.VPNIP, "RemovePeer", func() error { return a.dev.RemovePeer(p.PubKey()) })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user