From 2ba5221bc84843f4b349cad56e637f418d700b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Sat, 11 Dec 2021 11:24:57 -0700 Subject: [PATCH] Update ispConfig.py --- v1.0/ispConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.0/ispConfig.py b/v1.0/ispConfig.py index ab5cb147..c32df208 100644 --- a/v1.0/ispConfig.py +++ b/v1.0/ispConfig.py @@ -32,5 +32,5 @@ runShellCommandsAsSudo = False UISPbaseURL = 'https://examplesite.com' # UISP Auth Token uispAuthToken = '' -# Whether to shape router at customer premises, or instead shape the station radio. When station radio is in router mode, use 'station'. Otherwise, use 'router'. +# UISP | Whether to shape router at customer premises, or instead shape the station radio. When station radio is in router mode, use 'station'. Otherwise, use 'router'. shapeRouterOrStation = 'router'