Joseph Henry
880a99adf8
Minor edits to comments
4 years ago
Joseph Henry
3b11915eab
Merge remote-tracking branch 'origin/expose-surface-addresses' into dev
4 years ago
travis laduke
82c799b9d1
Expose surface addresses in info json
...
Surface Addresses are the addresses that
the roots report back to you.
This is helpful for trouble shooting.
If you're behind NAT, the source port is different
than what zerotier is bound to.
If the list of surface address ports is larger than the list of
bound addresses, you are probably behind symmetric NAT.
Anways this can be added to later with a more simple
"easy" or "hard" nat computed message somewhere.
4 years ago
Adam Ierymenko
99c0ca621b
1.10.2 bump
4 years ago
Joseph Henry
e1f60e3f83
Behavioral changes to multipath balance modes (See: #1745 and #1753 )
4 years ago
Adam Ierymenko
5a6c229b27
Merge branch 'dev' of github.com:/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
86a436e9bf
Small string fix.
4 years ago
Grant Limberg
7516fd03a3
central controller docker image updates
4 years ago
Grant Limberg
9826c20d1a
set zeroidc.running = false on token exchange error
4 years ago
Sean OMeara
12392b5190
adding amzn2022 to rpm spec ( #1761 )
4 years ago
Grant Limberg
4e57abb159
Revert "modify sso queries for schema change"
...
This reverts commit 8b67d06272 .
4 years ago
Grant Limberg
2b1ba60f24
Optimize member load query for Central controllers
4 years ago
Grant Limberg
638c868a07
Revert "query update for sso"
...
This reverts commit 3c343eb775 .
4 years ago
Grant Limberg
b909330518
Revert "bump min db version"
...
This reverts commit 802072ec17 .
4 years ago
Grant Limberg
802072ec17
bump min db version
4 years ago
Grant Limberg
3c343eb775
query update for sso
4 years ago
Grant Limberg
8b67d06272
modify sso queries for schema change
4 years ago
Joseph Henry
bc521504ca
Improved multipath link monitoring
4 years ago
Joseph Henry
0797adf223
Improve output of bond list command
4 years ago
Joseph Henry
718039561e
Merge branch 'grapexy-dev-1734-policy-defaults' into dev
4 years ago
Joseph Henry
85698860ae
Merge branch 'dev-1734-policy-defaults' of https://github.com/grapexy/ZeroTierOne into grapexy-dev-1734-policy-defaults
4 years ago
Joseph Henry
50e131a4ff
Partial fix for discrepancy between docs and implementation
4 years ago
grapexy
b733bb8ead
Fix sanity checks overwriting custom policy parameters
4 years ago
Joseph Henry
e18d206248
Add warm spare feature for balance modes
4 years ago
Grant Limberg
2248b1f846
re-add ci failure notifications
4 years ago
Grant Limberg
58e19e86f4
update dockerfile.release
4 years ago
Sean OMeara
04d1862e3a
using sid for push builds
4 years ago
Sean OMeara
7ecfc37854
using sid for push builds
4 years ago
Sean OMeara
21d7806064
untrying Amazon Linux 2022
4 years ago
Sean OMeara
c5b2d6cbc8
untrying Amazon Linux 2022
4 years ago
Sean OMeara
75c7e501ef
trying Amazon Linux 2022
4 years ago
Sean OMeara
dba0931b58
trying Amazon Linux 2022
4 years ago
Sean OMeara
e0a7d6bfb9
tweaking
4 years ago
Adam Ierymenko
add854d31b
Merge pull request #1750 from zerotier/dev-dont-re-armor
...
Prevent re-armoring of packets when in multipath broadcast mode
4 years ago
Joseph Henry
66b70a8043
Prevent re-armoring of packets when in multipath broadcast mode
4 years ago
Joseph Henry
1d1843bf3b
Forget links if QoS verbs fail to arrive
4 years ago
Joseph Henry
0e23ba8f1a
Add logic short-circuit to avoid unnecessary bond rebuild logic when appropriate
4 years ago
Joseph Henry
b6074da498
Fix nonsensical equality comparison which may prevent certain links from being regarded as preferred in multipath scenarios
4 years ago
Anders Jenbo
7e92d478a1
Add missing <algorithm> include ( #1709 )
...
This is required for building under VS2017
4 years ago
Grant Limberg
a9ec057b91
Modify Dockerfile.release to support multi-arch builds
4 years ago
Grant Limberg
64a5e0d93f
sso error handling
4 years ago
visuve
378e4ea34e
Fix service installation MAX_PATH bug on Windows
...
- On newer Windows, a path might hold up to 32,767 characters
- https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation
- The previous installation did not also check for ERROR_INSUFFICIENT_BUFFER which could lead to an ill formatted path
4 years ago
Joseph Henry
ff670d044a
Fix integer format specifier compiler warnings
4 years ago
DQ
fac212fafa
Synology Docker: update entrypoint.sh ( #1704 )
...
* update entrypoint.sh
- propagate TERM/QUIT/INT signals
- add some basic logging
- check for unbound variables
- update "route helper"
- run as subshell, exit if zerotier-one is unavailable so pod can be restarted
- only call `zerotier-cli` once, avoids race conditions
- only add default routes if allowDefault is enabled for that network
- add some more error handling
- sleep after all networks are processed
* switch to polling ZT service at startup
Co-authored-by: Daniel Quinlan <dq@chaosengine.net>
4 years ago
Adam Ierymenko
e83c7e6691
Merge branch 'dev' of github.com:/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
e0c4877d76
Merge branch 'dev' of http://git.int.zerotier.com/zerotier/ZeroTierOne into dev
4 years ago
Adam Ierymenko
457b5d2fe8
Windows build fixes, advanced installer upgrade
4 years ago
Grant Limberg
9cf8dacfbb
don't crash out of the controller heartbeat loop here
4 years ago
Grant Limberg
b5d7d71e1e
use connection pool instead of new connection for member status writes
...
redis plus plus has an annoying feature where it will open a new
connection for each tx or pipeline by default, rather than just fetching
an existing connection from the pool. Let's change that
4 years ago
Grant Limberg
6fdc7be502
redis connection pool tuning
4 years ago