Update ispConfig.example.py

This commit is contained in:
Robert Chacón 2022-11-12 21:41:09 -07:00 committed by GitHub
parent 34639328ed
commit 1f2ce90589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@
# fqOrCAKE = 'fq_codel'
fqOrCAKE = 'cake diffserv4'
# Used to passively monitor the network for before / after comparisons. Leave as False to
# ensure actual shaping. After changing this value, run "sudo systemctl restart LibreQoS.service"
monitorOnlyMode = False
# How many Mbps are available to the edge of this network
upstreamBandwidthCapacityDownloadMbps = 1000
upstreamBandwidthCapacityUploadMbps = 1000