Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
genericdata authored Apr 17, 2024
1 parent 6420f6f commit 92792df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion INSTALL/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +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


# Install & Configure
Expand Down

0 comments on commit 92792df

Please sign in to comment.