Updated Troubleshooting (markdown)

ilike2burnthing 2024-01-13 00:39:42 +00:00
parent dfa34c8b15
commit c8c575be29
1 changed files with 1 additions and 1 deletions

@ -411,7 +411,7 @@ Notes:
- If you are running Jackett on a headless server (such as a SeedBox) then if you have SSH access to the SeedBox you can try to configure a SSH tunnel.
**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
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
```