mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Delete ispConfig.py
This commit is contained in:
parent
deb39f8648
commit
054fab98bd
22
ispConfig.py
22
ispConfig.py
@ -1,22 +0,0 @@
|
|||||||
#'fq_codel' or 'cake'
|
|
||||||
# Cake requires many specific packages and kernel changes:
|
|
||||||
# https://www.bufferbloat.net/projects/codel/wiki/Cake/
|
|
||||||
# https://github.com/dtaht/tc-adv
|
|
||||||
fqOrCAKE = 'fq_codel'
|
|
||||||
|
|
||||||
# How many symmetrical Mbps are available to the edge of this network
|
|
||||||
pipeBandwidthCapacityMbps = 1000
|
|
||||||
|
|
||||||
defaultClassCapacityMbps = 750
|
|
||||||
|
|
||||||
# Interface connected to core router
|
|
||||||
interfaceA = 'eth1'
|
|
||||||
|
|
||||||
# Interface connected to edge router
|
|
||||||
interfaceB = 'eth2'
|
|
||||||
|
|
||||||
# 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