summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/bittorrent/tasks/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bittorrent/tasks/config.yml b/roles/bittorrent/tasks/config.yml
index e852230..2c05df0 100644
--- a/roles/bittorrent/tasks/config.yml
+++ b/roles/bittorrent/tasks/config.yml
@@ -29,7 +29,7 @@
command: transmission-remote --peers 1024
- name: Désactivation UPnP
- command: transmission-remote --portmap
+ command: transmission-remote --no-portmap
- name: Ouverture des ports Firewalld
firewalld: port=51413 permanent={{ item }} state=enabled