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"