Skip to content

Commit

Permalink
fix sysctl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
genericdata authored May 26, 2024
1 parent 121df59 commit 2a464b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.r
# sysctl -w net.ipv4.conf.all.secure_redirects=0
# sysctl -w net.ipv4.conf.default.secure_redirects=0
# These settings can be added to /etc/sysctl.conf to make them permanent.
echo """sysctl -w net.ipv4.conf.all.accept_redirects=0
sysctl -w net.ipv4.conf.default.accept_redirects=0
sysctl -w net.ipv4.conf.all.secure_redirects=0
sysctl -w net.ipv4.conf.default.secure_redirects=0""" >> /etc/sysctl.conf
echo """net.ipv4.conf.all.accept_redirects=0
net.ipv4.conf.default.accept_redirects=0
net.ipv4.conf.all.secure_redirects=0
net.ipv4.conf.default.secure_redirects=0""" >> /etc/sysctl.conf


# Install & Configure
Expand Down

0 comments on commit 2a464b7

Please sign in to comment.