1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-03 05:36:44 +00:00

Updated Troubleshooting (markdown)

ilike2burnthing 2024-01-13 00:39:06 +00:00
parent 35b8e147ca
commit dfa34c8b15

@ -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: