diff --git a/src/ispConfig.example.py b/src/ispConfig.example.py index faa8c87a..cbca50ff 100644 --- a/src/ispConfig.example.py +++ b/src/ispConfig.example.py @@ -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']