Skip to content

Commit

Permalink
updated to version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
malwareinfosec committed Oct 25, 2022
1 parent 2a0fabe commit 5ac8b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ Uncomment (if you want to enable IPv6) `net.ipv6.conf.all.forwarding=1`
Add the following at the end of the file if you want to disable IPV6

# These edits EXPLICITLY disable IPV6
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.eth0.disable_ipv6 = 0
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

## 6) Copy necessary files

Expand Down

0 comments on commit 5ac8b64

Please sign in to comment.