Skip to content

Commit

Permalink
add input as strictly required
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jun 25, 2024
1 parent a937ccc commit a9fb7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/registry/wireguard.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func init() {
interruptible: true,
// TODO(ainghazal): when the backend is ready to hand us targets,
// we will use InputOrQueryBackend.
inputPolicy: model.InputNone,
inputPolicy: model.InputStrictlyRequired,
newLoader: wireguard.NewLoader,
}
}
Expand Down

0 comments on commit a9fb7d4

Please sign in to comment.