From feedcee1399213e4f82bea7ca4f1f1279adff159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Fri, 29 Oct 2021 08:21:49 -0600 Subject: [PATCH] Update ispConfig.py --- v0.9/ispConfig.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v0.9/ispConfig.py b/v0.9/ispConfig.py index 8e5c5fc7..115cb0ad 100644 --- a/v0.9/ispConfig.py +++ b/v0.9/ispConfig.py @@ -23,3 +23,11 @@ enableActualShellCommands = True # Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment. runShellCommandsAsSudo = False + +# Optional UISP integration +# Everything before /nms/ on your UISP instance +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'. +shapeRouterOrStation = 'router'