mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +00:00
watch for peer endpoint changes and preserve in machine state
This commit is contained in:
@@ -20,3 +20,7 @@ func (n *WireGuardNetwork) Configure(config Config) error {
|
||||
func (n *WireGuardNetwork) Run(ctx context.Context) error {
|
||||
return errors.New("not implemented on darwin")
|
||||
}
|
||||
|
||||
func (n *WireGuardNetwork) WatchEndpoints() <-chan EndpointChangeEvent {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user