adding note for workaround of banned localhost IP.

Ming Tang 2021-02-10 01:45:07 +00:00
parent 5f01ab46f3
commit b971d3412f

@ -20,3 +20,5 @@ location /qbt/ {
add_header X-Frame-Options "SAMEORIGIN"; add_header X-Frame-Options "SAMEORIGIN";
} }
``` ```
Note: qBittorrent currently doesn't read the `X-Forwarded-For` header, so if you find yourself seeing `WebAPI login failure. Reason: IP has been banned, IP: 127.0.0.1` and needing to restart qBittorrent, you may want to set the ban after failure count to `0`.