From 033c6b37fa06a16ac13479725ca381d7c7591e64 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Mon, 29 Jul 2024 11:58:57 -0400 Subject: [PATCH] `transmission_daemon.md`: Fix grammar around NAT-PMP mention --- docs/guides/file_sharing/transmission_daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/file_sharing/transmission_daemon.md b/docs/guides/file_sharing/transmission_daemon.md index 60a7e129c9..a68caa7c33 100644 --- a/docs/guides/file_sharing/transmission_daemon.md +++ b/docs/guides/file_sharing/transmission_daemon.md @@ -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