Update ispConfig.py

This commit is contained in:
Robert Chacón 2022-09-10 06:10:33 -06:00 committed by GitHub
parent 6f39280cfe
commit ee3b6df893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,11 @@ uispAuthToken = ''
shapeRouterOrStation = 'router' shapeRouterOrStation = 'router'
# List any sites that should not be included, with each site name surrounded by '' and seperated by commas # List any sites that should not be included, with each site name surrounded by '' and seperated by commas
excludeSites = [] 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 # API Auth
apiUsername = "testUser" apiUsername = "testUser"