linuxserver / docker-qbittorrent

GNU General Public License v3.0
993 stars 137 forks source link

[BUG] Blacklist IP (Seeder) #309

Closed dexter74 closed 1 month ago

dexter74 commented 4 months ago

Is there an existing issue for this?

Current Behavior

Seeders who share torrent files are blacklisted, making the torrent completely KO.

Expected Behavior

Blacklist OFF

Steps To Reproduce

  1. Docker
  2. linuxserver/qbittorrent
  3. Download torrent yggtorrent
  4. Connexion 4G

Environment

- OS: Raspbian
- How docker service was installed:
documentation docker

CPU architecture

x86-64

Docker creation

################
version: "3.7" #
services:      #
################
#
#
########################################################
 qbittorrent:                                          #
  # -------------------------------------------------- #
  image: 'linuxserver/qbittorrent'                     #
  container_name: 'qbittorrent'                        #
  network_mode: 'bridge'                               #
  restart: 'unless-stopped'                            #
  # -------------------------------------------------- #
  hostname: 'qbittorrent'                              #
  dns:                                                 #
   - 8.8.8.8                                           #
  # -------------------------------------------------- #
  sysctls:                                             #
   net.ipv6.conf.all.disable_ipv6: 1                   #
  # -------------------------------------------------- #
  environment:                                         #
   # ------------------------------------------------- #
   TZ:   'Europe/Paris'                                #
   PUID: '0'                                           #
   PGID: '0'                                           #
   # ------------------------------------------------- #
   WEBUI_PORT: '1007'                                  #
  # -------------------------------------------------- #
  volumes:                                             #
   - 'Qbittorrent:/config'                             #
   # ------------------------------------------------- #
   - 'Media_1:/media/Media_1'                          #
   - 'Media_2:/media/Media_2'                          #
   - 'Media_3:/media/Media_3'                          #
   - 'Media_4:/media/Media_4'                          #
   - 'Media_5:/media/Media_5'                          #
  # -------------------------------------------------- #
  ports:                                               #
   - '6881:6881'                                       #
   - '1110:1007'                                       #
  # -------------------------------------------------- #
  labels:                                              #
   Cacher: 'Non'                                       #
  # -------------------------------------------------- #
########################################################

#
#
########################################################
volumes:                                               #
 Qbittorrent:                                          #
  external: false                                      #
                                                       #
# ==================================================== #
 Media_1:                                              #
  external: true                                       #
                                                       #
 Media_2:                                              #
  external: true                                       #
                                                       #
 Media_3:                                              #
  external: true                                       #
                                                       #
 Media_4:                                              #
  external: true                                       #
                                                       #
 Media_5:                                              #
  external: true                                       #
########################################################

Container logs

migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    0
User GID:    0
───────────────────────────────────────

[custom-init] No custom files found, skipping...
L'IU Web sera lancé peu de temps après les préparatifs internes. Veuillez patienter…

******** Information ********
Pour contrôler qBittorrent, accédez à l’IU Web à : http://localhost:1007

Le nom d'utilisateur de l'administrateur de l'IU Web est : admin
Le mot de passe de l'administrateur de l'IU Web n'a pas été défini. Un mot de passe temporaire est fourni pour cette session : B6KtQJw8W
Vous devriez définir votre propre mot de passe dans les préférences du programme.
Connection to localhost (127.0.0.1) 1007 port [tcp/*] succeeded!
[ls.io-init] done.
github-actions[bot] commented 4 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 4 months ago

I don't know how this is an issue with our container but It seems like you need to seek support from qbittorrent directly, not us.

LinuxServer-CI commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 weeks ago

This issue is locked due to inactivity