From bb980f25a00a9ac4b250529726857b2d44e184c7 Mon Sep 17 00:00:00 2001 From: Rupert Edwards <12942791+ruped24@users.noreply.github.com> Date: Tue, 5 Dec 2017 19:27:01 -0500 Subject: [PATCH] Added disable IPv6 --- Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index c63df3a..93bbe4f 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -49,6 +49,14 @@ Q. I see it's written in Python. Will it work on Windows? A. Not at this time. Iptables is not native to Windows. At the rate Microsoft is making [Windows more Linux like](https://msdn.microsoft.com/en-us/commandline/wsl/faq), maybe in the near future... +Q. Why do I get an IPv6 Address and whatismyipaddress shows my real location? + +A. Disable IPv6 at the OS level. + +1. sysctl -w net.ipv6.conf.default.disable_ipv6=1 + +1. sysctl -w net.ipv6.conf.all.disable_ipv6=1 + Q. Is Tor Really Anonymous? A. Well, I'll leave you with [this](http://lmgtfy.com/?q=Is+Tor+Really+Anonymous). \ No newline at end of file