Skip to content

Commit a9fb7d4

Browse files
committed
add input as strictly required
1 parent a937ccc commit a9fb7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/registry/wireguard.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func init() {
2222
interruptible: true,
2323
// TODO(ainghazal): when the backend is ready to hand us targets,
2424
// we will use InputOrQueryBackend.
25-
inputPolicy: model.InputNone,
25+
inputPolicy: model.InputStrictlyRequired,
2626
newLoader: wireguard.NewLoader,
2727
}
2828
}

0 commit comments

Comments
 (0)