Skip to content

Commit

Permalink
transmission_daemon.md: Fix grammar around NAT-PMP mention (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelchauhan authored Jul 29, 2024
1 parent 8437f52 commit 9367e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/file_sharing/transmission_daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ firewall-cmd --permanent --zone=public --add-port=9091/tcp
firewall-cmd --runtime-to-permanent
```

If you are not behind a NAT-PMP, UPnP-enabled router, or connected without NAT, you must forward the BitTorrent port (`12345` in our example). Each router is different, but as an example on the author's MikroTik router:
If you are not behind a NAT-PMP or UPnP-enabled router, or connected without NAT, you must forward the BitTorrent port (`12345` in our example). Each router is different, but as an example on the author's MikroTik router:

```bash
/ip firewall nat add action=dst-nat chain=dstnat dst-port=12345 in-interface=ether1 protocol=tcp to-addresses=SERVER_IP to-ports=12345
Expand Down

0 comments on commit 9367e29

Please sign in to comment.