We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a937ccc commit a9fb7d4Copy full SHA for a9fb7d4
internal/registry/wireguard.go
@@ -22,7 +22,7 @@ func init() {
22
interruptible: true,
23
// TODO(ainghazal): when the backend is ready to hand us targets,
24
// we will use InputOrQueryBackend.
25
- inputPolicy: model.InputNone,
+ inputPolicy: model.InputStrictlyRequired,
26
newLoader: wireguard.NewLoader,
27
}
28
0 commit comments