mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 05:08:23 +00:00
Adjust tcp-proxy makefile to support metrics
There's no way to get the metrics yet. Someone will have to add the http service.
This commit is contained in:
committed by
Travis LaDuke
parent
19f1f02d91
commit
60ddca1354
@ -42,8 +42,13 @@
|
||||
#include <vector>
|
||||
|
||||
#define ZT_NO_METRICS 1
|
||||
|
||||
#include "../osdep/Phy.hpp"
|
||||
|
||||
#ifndef ZT_NO_METRICS
|
||||
#include "../node/Metrics.hpp"
|
||||
#endif
|
||||
|
||||
#define ZT_TCP_PROXY_CONNECTION_TIMEOUT_SECONDS 300
|
||||
#define ZT_TCP_PROXY_TCP_PORT 443
|
||||
|
||||
|
Reference in New Issue
Block a user