Update ispConfig.example.py

This commit is contained in:
Robert Chacón 2023-06-02 11:07:21 -06:00 committed by GitHub
parent 8ea5d4bdbc
commit b6fd808a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,9 @@ uispSite = ''
# or site options. # or site options.
# * "full" - build a complete network map # * "full" - build a complete network map
uispStrategy = "full" uispStrategy = "full"
# Assumed capacity of airMax radios vs reported capacity by UISP. For example, 65% would be 0.65
# Applies to flexible frame only. Fixed frame will have capacity based on its ratio.
airMax_capacity = 0.65
# List any sites that should not be included, with each site name surrounded by '' and separated by commas # List any sites that should not be included, with each site name surrounded by '' and separated 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 # If you use IPv6, this can be used to find associated IPv6 prefixes for your clients' IPv4 addresses, and match them