mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update ispConfig.py
This commit is contained in:
parent
6f39280cfe
commit
ee3b6df893
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user