mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-01-08 13:33:02 -06:00
Update ispConfig.py
This commit is contained in:
parent
d29588f6b3
commit
15f5f743eb
@ -13,8 +13,8 @@ interfaceA = 'eth1'
|
||||
# Interface connected to core
|
||||
interfaceB = 'eth2'
|
||||
|
||||
# Allow shell commands. Default is False where commands print to console. MUST BE ENABLED FOR PROGRAM TO FUNCTION
|
||||
enableActualShellCommands = False
|
||||
# Allow shell commands. False causes commands print to console only without being executed. MUST BE ENABLED FOR PROGRAM TO FUNCTION
|
||||
enableActualShellCommands = True
|
||||
|
||||
# Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment.
|
||||
runShellCommandsAsSudo = False
|
||||
|
Loading…
Reference in New Issue
Block a user