From 19928a5e5e605c23a9922e60cc09ef21e8018482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Tue, 11 Apr 2023 10:38:00 -0600 Subject: [PATCH] Update ispConfig.example.py --- src/ispConfig.example.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ispConfig.example.py b/src/ispConfig.example.py index cbca50ff..9da3813c 100644 --- a/src/ispConfig.example.py +++ b/src/ispConfig.example.py @@ -63,6 +63,9 @@ influxDBtoken = "" # Use Customer Name or Address as Circuit Name circuitNameUseAddress = True +# Should integrationUISP overwrite network.json on each run? +overwriteNetworkJSONalways = False + # If a device shows a WAN IP within these subnets, assume they are behind NAT / un-shapable, and ignore them ignoreSubnets = ['192.168.0.0/16'] allowedSubnets = ['100.64.0.0/10']