Jamil
Jamil
@MikeTsenatek Thanks for the suggestion. We could certainly expose the `public_key` and `preshared_key` fields but need to think through this a bit more. A couple questions -- 1. Would you...
@MikeTsenatek I see, so you'd need a way to classify certain users as "expert users" outside of the current Promote/Demote functionality for admins.
Thanks @grantwest! Yep, good point. Just to clarify for anyone reading, Firezone private keys are generated in the device's browser (never the server) and never saved. @MikeTsenatek We'll be starting...
Certainly doable -- @conectado thoughts?
@arenk Would you want to add port specifier on CIDR range destinations or only for single-IP destinations? @conectado Maybe that would simplify things.
@arenk Gotcha. This is going to require a bit of work, so we're going to push it to a patch release after 0.5.0 is out the door. Thanks for your...
@arenk So we've merged a rough version of this and are testing it. Will update this issue when we cut a new release with the changes. See #874
Released in 0.5.4
Good question, and unfortunately, no -- not possible at the moment. If you're looking for a way to create rules from the CLI, try this: ``` /opt/firezone/embedded/service/firezone/bin/firezone rpc 'FzHttp.Rules.create_rule(%{destination: "0.0.0.0/0",...
> Ok thank you. Is this command idempotent? Yep! We have a unique index for `[destination, action]` pairs, so running again will just return nothing. If you want to see...