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