Skip to content

Commit

Permalink
Merge pull request dev-sec#449 from lduesing/enable_ipv6
Browse files Browse the repository at this point in the history
Removed sysctl that tries to disable IPv6
  • Loading branch information
schurzi authored May 24, 2021
2 parents 5c3208e + a5d8d5a commit 61c0dd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roles/os_hardening/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ sysctl_config:
net.ipv6.conf.default.accept_redirects: 0
net.ipv6.conf.all.accept_redirects: 0

# Disable IPv6 | sysctl-18
net.ipv6.conf.all.disable_ipv6: 1

# Ignore RAs on Ipv6. | sysctl-25
net.ipv6.conf.all.accept_ra: 0
net.ipv6.conf.default.accept_ra: 0
Expand Down

0 comments on commit 61c0dd8

Please sign in to comment.