ziti-tunnel-sdk-c icon indicating copy to clipboard operation
ziti-tunnel-sdk-c copied to clipboard

Results 102 ziti-tunnel-sdk-c issues
Sort by recently updated
recently updated
newest added

Both `add --identity` and `delete --identity` options exist, but they are inconsistent, and there's no hint to explain the difference. The `add --identity` option requires a string like `myIdentityName` that...

Let `set_log_level` accept valid log level labels, rejecting invalid strings, or valid numbers, to be consistent with args to `run --verbose` option. It currently respects only log level labels like...

This PR allows the ziti-edge-tunnel to be systemd socket activated. In the case of systemd socket activation, the IPC sockets for the ZET are managed by systemd via `.socket` unit...

Idealized user experience for OpenWRT: ```bash opkg install ziti-edge-tunnel ``` As a first step in that direction we could provide a build script that generates an IPK file for the...

Adding some variables that are resolved when evaluating intercept.v1 `dialOptions.identity` would make it easier to support multiple remote networks. This follows from [discussion on discourse](https://openziti.discourse.group/t/domain-subdomain-or-and-subnet-as-dial-options-in-the-intercept-config/825). ### Proposed variables | variable...

run `lintian` in the cpack workflow to check the built deb package for problems https://lintian.debian.org/manual/index.html

When running the ZET, the fact that the pipe cannot be set up due to no ziti group, etc. is lost quickly in the logging depending on level. Some better...

If I opt-in to auto-updates will they happen inside the app or does turning that on kick off a process on my system? It asked me for root permission on...