mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Merge remote-tracking branch 'remotes/origin/dev' into issue/1093
This commit is contained in:
@@ -753,6 +753,14 @@ disable_auto_start() {
|
||||
fi
|
||||
}
|
||||
|
||||
disable_ipv6() {
|
||||
{
|
||||
info "Disabling ipv6"
|
||||
sysctl -w net.ipv6.conf.all.disable_ipv6=1
|
||||
sysctl -w net.ipv6.conf.default.disable_ipv6=1
|
||||
} >> "$setup_log" 2>&1
|
||||
}
|
||||
|
||||
disable_misc_network_features() {
|
||||
filter_unused_nics
|
||||
if [ ${#filtered_nics[@]} -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user