From 20698b1bd2a517a065acd405099a4493d24db117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 26 Feb 2022 12:20:41 -0700 Subject: [PATCH] Update ispConfig.py --- v1.1/ispConfig.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v1.1/ispConfig.py b/v1.1/ispConfig.py index 0f8a3b27..0dbb9037 100644 --- a/v1.1/ispConfig.py +++ b/v1.1/ispConfig.py @@ -35,6 +35,10 @@ influxDBBucket = "libreqos" influxDBOrg = "Your ISP Name Here" influxDBtoken = "" +# NMS/CRM Integration +# If a device shows a WAN IP wihtin these subnets, assume they are behind NAT / un-shapable, and ignore them +ignoreSubnets = ['192.168.0.0/16'] + # Optional UISP integration automaticImportUISP = False # Everything before /nms/ on your UISP instance