Cal Bryant
Cal Bryant
Hi, Looking at the code it seems DT + CLK are pulled low. The common carrier board has 10K pull-ups, which presumably override this so the DT + CLK become...
This gives more flexibility with scripts. It can then also be used remotely via ssh (using a sudo NOPASSWD rule and a restricted command) with more ease.
Like this: https://github.com/naggie/dstask/blob/master/completions/embed.go#L7 It's quite painful dealing with inlined templates. This will allow individual files so things like syntax highlighting work.
Could install and enable (--now) dsnet.service automatically, copy itself to /usr/local/bin, create a `dsnet` group with setuid root to enable users in the dsnet group to use it without root.
Could generate a bash script which internally uses the wg-quick template. The bash script could then delete itself. Useful to install wireguard, openresolv, save config in correct place with correct...
As I've only used dsnet on machines that have IP forwarding enabled, it never occurred to me to add forwarding instructions to the docs. Context: https://github.com/naggie/dsnet/issues/34 @frillip I've assigned you...
dsnet has no tests at the moment. I'd really appreciate PRs that add unit tests.
Currently adding extra routes via `Networks` is a manual step, unlike the automatically routed allocated IP. Adding (and removing) routes should be performed automatically on sync. Note that wireguard is...
Such that the server never knows the peer private key. Should be easy, as the only thing that needs changing is the add command prompt.
Recurring task definitions should be stored separately and not displayed in any regular view. Instances of such tasks should be displayed when appropriate as virtual tasks (created every listing) until...