1
0
Fork 0

Remove file "/etc/sysctl.conf"

This commit is contained in:
Alex Kotov 2019-08-02 11:15:26 +05:00
parent 83d7b04e6e
commit 720f57b7ba
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 0 additions and 18 deletions

View file

@ -161,11 +161,6 @@ EOF
apply_file 644 '/boot/cmdline.txt' apply_file 644 '/boot/cmdline.txt'
apply_file 644 '/boot/config.txt' apply_file 644 '/boot/config.txt'
##
# Configure system.
#
apply_file 644 '/etc/sysctl.conf'
## ##
# This script is executed at the end of each multiuser runlevel. # This script is executed at the end of each multiuser runlevel.
# #

View file

@ -1,13 +0,0 @@
##
# Disable packet forwarding for IPv4
#
net.ipv4.ip_forward = 0
##
# Disable IPv6
#
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv6.conf.wlan0.disable_ipv6 = 1