Update ispConfig.example.py

This commit is contained in:
Robert Chacón
2023-03-03 20:35:15 -07:00
committed by GitHub
parent 0f9a2b0e21
commit fae48c85a5

View File

@@ -60,6 +60,9 @@ influxDBtoken = ""
# NMS/CRM Integration
# Use Customer Name or Address as Circuit Name
circuitNameUseAddress = True
# If a device shows a WAN IP within these subnets, assume they are behind NAT / un-shapable, and ignore them
ignoreSubnets = ['192.168.0.0/16']
allowedSubnets = ['100.64.0.0/10']