Joseph Henry
b88d7091c8
Simplify dump command. Fix bond list command
3 years ago
Joseph Henry
eccc31a4b9
Add forced TCP relay mode
...
This patch implements a "TUNNELED" status indicator and "forceTcpRelay" setting for custom relays via local.conf.
For example:
{
"settings":
{
"tcpFallbackRelay": "6.79.53.215/443",
"forceTcpRelay":true
}
}
3 years ago
Joseph Henry
e1f60e3f83
Behavioral changes to multipath balance modes (See: #1745 and #1753 )
3 years ago
Joseph Henry
bc521504ca
Improved multipath link monitoring
4 years ago
Joseph Henry
0797adf223
Improve output of bond list command
4 years ago
Adam Ierymenko
4508a6687e
Version bump.
4 years ago
Grant Limberg
b65c1ed3a0
Add inja
...
Requries update to C++17 standard
4 years ago
Adam Ierymenko
ee0a194b25
Several more SSO/OIDC related fixes, and bump version to 1.8.9.
4 years ago
Joseph Henry
8148c658cf
Remove bonds for peers that have fully expired. Remove notion of bond health
4 years ago
staphen
1c956494a4
Use lowercase when including Windows headers
4 years ago
Grant Limberg
05df378dce
clear variables between gets for `dump`
5 years ago
Adam Ierymenko
75a45eeb27
Revert "Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed."
...
This reverts commit 48ce7632fa .
5 years ago
Adam Ierymenko
48ce7632fa
Backport guts of 1.8 to 1.6 tree so we can point release without waiting for UI quirks to be fixed.
5 years ago
Joseph Henry
e1af003e4f
Consolidation of multipath logic. Better system separation
5 years ago
Joseph Henry
2053415418
Fix erroneous listpeers last send and receive values
5 years ago
Grant Limberg
364ad87e2b
add ssoEnabled flag to network config
5 years ago
Adam Ierymenko
6b3a7ec827
Fix a few things...
5 years ago
Adam Ierymenko
2c1d7f3dcc
CLI printing of URL.
5 years ago
Joseph Henry
b64ae8c8a5
Fix for bug #1403
5 years ago
Joseph Henry
11ddbc6f30
Fix (some) compile-time warnings on Linux
5 years ago
Joseph Henry
1732f7371c
Minor bonding CLI fix
5 years ago
Joseph Henry
3870f7af27
Improve missing authtoken error message
5 years ago
YI
d526dca1bb
fix sprintf overflow
5 years ago
Adam Ierymenko
bad1e0d529
CentOS build fixes to build in Cent7.
5 years ago
Joseph Henry
ecfac0601a
Add new bond control commands to CLI
5 years ago
Adam Ierymenko
167645ba6d
Fix for musl libc.
5 years ago
Adam Ierymenko
d2f2abe525
Add force-exit timeout to get around some of the exit hang issues users have observed. Will punt full diagnosis to V2 which rewrites all these code paths anyway.
5 years ago
Grant Limberg
ee04118172
null check
6 years ago
Adam Ierymenko
c86418934c
PATH_MAX is not defined on some Linux systems.
6 years ago
Grant Limberg
afcbc6dd9f
clean up some error output
6 years ago
Grant Limberg
4da9bed4fa
add 'dump' to cli help
6 years ago
Grant Limberg
cff3152985
windows create dump file on desktop
6 years ago
Grant Limberg
5090e95003
dump basics to stdout on other platforms
6 years ago
Grant Limberg
927aeb15f6
macos output dump to file if possible
...
if not, write to stdout
6 years ago
Grant Limberg
ace03d7c7b
zerotier-cli dump for Windows
6 years ago
Grant Limberg
36d867c3fa
more config dump for macOS
6 years ago
Grant Limberg
62f23e0cfd
step 1 of `zerotier-cli dump`
...
dump status, networks, peers, bonds & version
6 years ago
Grant Limberg
bbb307aff7
DNS is now toggleable via `zerotier-cli set <nwid> allowDNS=[0|1]`
...
Flag is disabled by default as it should be opt-in on each endpoint
6 years ago
Michael Adams
0545e70bd5
Added error messages to use admin/sudo/root
6 years ago
Grant Limberg
a1f4397959
linux implementaiton of zerotier-cli dump
6 years ago
Adam Ierymenko
06730c7d1d
BSL date bump
6 years ago
Joseph Henry
edd960566a
Improve bond tracing, fix bond initialization bugs, remove vestigial debug code
6 years ago
Joseph Henry
9f4985b11a
Add basic bond health status reporting (listbonds)
6 years ago
Suad Halilovic
ffebcd247f
2020/07/16, Minor optmizations
6 years ago
Travis LaDuke
bad95d7c67
Update cli help to say <network ID> instead of <network>
...
Closes #1054
7 years ago
Adam Ierymenko
6897f602bf
1.4.6 version bump
7 years ago
Adam Ierymenko
52a166a71f
Relicense: GPLv3 -> ZeroTier BSL 1.1
7 years ago
Joseph Henry
541e5c510e
CLI improvements (peers, and get/set ip, ip4, ip6, etc)
7 years ago
Joseph Henry
0e597191b8
Updated licenses for 2019
7 years ago
Adam Ierymenko
90631adb9b
Improve multithreading support for OneService (faster, dynamic adjustment of thread count based on HW concurrency).
7 years ago