From ee3b6df893cf9142d3e9606be749dd3bcedae041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 10 Sep 2022 06:10:33 -0600 Subject: [PATCH] Update ispConfig.py --- v1.2/ispConfig.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v1.2/ispConfig.py b/v1.2/ispConfig.py index 308cdb78..ee89213f 100644 --- a/v1.2/ispConfig.py +++ b/v1.2/ispConfig.py @@ -61,6 +61,11 @@ uispAuthToken = '' shapeRouterOrStation = 'router' # List any sites that should not be included, with each site name surrounded by '' and seperated by commas excludeSites = [] +# If you use IPv6, this can be used to find associated IPv6 prefixes for your clients' IPv4 addresses, and match them to those devices +findIPv6usingMikrotik = False +# If you want to provide a safe cushion for speed test results to prevent customer complains, you can set this to 1.15 (15% above plan rate). +# If not, you can leave as 1.0 +bandwidthOverheadFactor = 1.0 # API Auth apiUsername = "testUser"