Track proxy traffic separately in device inventory
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 17:08:24 +03:00
parent 9f31eaf396
commit 53e6cf2146
13 changed files with 714 additions and 146 deletions
+1
View File
@@ -20,6 +20,7 @@ const traffic = createDeviceTrafficService({
uploadChain: settings.trafficUploadChain,
downloadChain: settings.trafficDownloadChain,
bypassCidrs: settings.bypassCidrs,
proxyPort: settings.proxyPort,
});
const devicePolicy = createDevicePolicyService({
chain: settings.devicePolicyChain,