From dfa34c8b15cac4c48ef13923b374f0e490503267 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:39:06 +0000 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 4d62cce..de2a6b0 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -412,7 +412,9 @@ Notes: **This is tricky to configure** but in simple words, it will open a port in the SeedBox and you can use that port as a proxy server. Take a look at [this (English)](https://www.systutorials.com/proxy-using-ssh-tunnel/) or [this (Spanish)](https://www.redeszone.net/tutoriales/servidores/ssh-tunneling/) - Some web sites generate cookies that are IP locked to the users' current IP address. If you are using a VPN service then make sure that the VPN is allocating the same server for your Browser as it does for Jackett, otherwise your cookie will not work. If you are using a Docker container you may need to disable IPv6 in your run command with -`--sysctl net.ipv6.conf.all.disable_ipv6=1`, +``` +--sysctl net.ipv6.conf.all.disable_ipv6=1 +``` or in your compose file with: ``` sysctls: