Sean Reifschneider
Sean Reifschneider
@krzysztof-magosa : Unfortunately, unreachable doesn't seem to be considered a fatal in a way that "any_errors_fatal" or "max_failure_percentage" will detect. Even when combined with "gather_facts: false" and running a ping...
My use case is having many systems back up to the same repository, getting the advantage of deduplication across all those machines, but a compromise of one system (and it's...
I did some digging, and I don't fully understand it but I **DO** have a workaround. `crl.export()` takes a "days" argument, and it properly sets the "nextUpdate", and is (arguably)...
Last night I just happened to decide to play with libzt in Python while watching an Ada Lovelace documentary... Looks like I stumbled across this at just the right time...
For those following, I just submitted https://github.com/zerotier/libzt/pull/104 which fixes some leaking None references, adds some more thread abilities, and fixes a few bugs. Hopefully without adding any. ;-) I'd also...
I'll try to get some time tonight to play around with the current version and see if I can get my head back in the game here. Thanks!
I'm also looking for this, My goal was to write a stdin/stdout to ZeroTier socket proxy in Python for use as a ProxyCommand in ssh. I was looking for some...
FYI: This is what I've come up with in Python/libzt to proxy between stdio and a ZeroTier addr/port, and it seems to work as an SSH ProxyCommand: https://github.com/linsomniac/ztproxy
It is. 4 should be a file, that overrides the values in a default file if it exists. The final IP octet is a file with the values, not a...
I'm going to call this discussion closed. I'll take a look and see if there's anything else I can move into the base repo, and then I'm going to ask...