Update ispConfig.py

This commit is contained in:
Robert Chacón 2022-09-10 06:26:25 -06:00 committed by GitHub
parent 6abbd8da18
commit 8817a12061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ interfaceB = 'eth2'
# Use XDP? If yes, multiple CPU cores can be used. Limits to IPv4 only. Throughput of 11 Gbps+
# If using IPv6, choose False. False will limit throughput to 3-6 Gbps
usingXDP = False
usingXDP = True
# Allow shell commands. False causes commands print to console only without being executed.
# MUST BE ENABLED FOR PROGRAM TO FUNCTION