-
```
make ZT_USE_MINIUPNPC=1 ZT_ENABLE_CLUSTER=1 ZT_ENABLE_NETWORK_CONTROLLER=1 node/Cluster.o
g++ -O3 -fstack-protector -Wall -Wno-unused-result -Wreorder -fPIE -std=c++11 -pthread -DNDEBUG -D_FORT…
-
I am running ZeroTier V1.2.4 on a TP-Link TL-4300 router with LEDE.
Client works out of the box and can be configured.
**So I wanted to setup my own controller.**
First thing I had to do was to…
-
## Summary
Linking fails when full "hardening" flags are passed during compilation. 1.2.4 was quite happy.
## Details
On both Ubuntu 16.04 and Manjaro Linux (Arch-like), linking fails due to …
-
We are including zerotier client with our embedded devices and our toolchain (yocto/morty) uses gcc-4.8. The code compiles (v1.2.4) but I see some warnings when it is executed. Replacing toolchain is …
-
Hello,
I'm using Zerotier on my **Synology 1817+** with **DSM 6.1.4-15217 Update 2**
I have installed the package
- **zerotier-1.2.4-syn-avoton-6.1.spk** and
- **zerotier-1.2.4-syn-x64-6.…
-
Feature request: I'd love to see some more control on API permissions. As I understand it, currently an API key has access to all operations.
My use case is using the API to periodically build a z…
-
I've built latest zerotier from github (ubuntu 16.04 with clang). It's unmodified build with default config. Only config i changed is local.conf:
{
"settings": {
"primaryPort": 9991,
"allo…
-
I'v been trying to use the controller endpoint above. I have an active member count of 2, but I get 404 "Not Found" when I use the above endpoint. I'm using zerotier version 1.2.4 on Ubuntu.
-
As described in PR #450 , `systemd` (tested on **Ubuntu 16.04**) starts `zerotier-one.service` without any problems but does not wait for the ZT networks to become available. This is especially annoyi…
-
Hi Guys,
I have gone though all documentation that I can find, but no where says if and how you can run moons on different ports.
I have tried adjusting the init script and adding -p 9995 option…