From 61f02a680c287abbf0cc9c76f540fa16d2b7a4ec Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 11 May 2021 10:44:03 -0400 Subject: [PATCH] minor edits --- content/faq/host-content.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/faq/host-content.md b/content/faq/host-content.md index 86a26b0e..fcbcb9c4 100644 --- a/content/faq/host-content.md +++ b/content/faq/host-content.md @@ -19,8 +19,7 @@ To set ports manually, set values for following options in [lbrynet/daemon_setti udp_port: tcp_port: ``` -**Note:** If the tcp port falls between port numbers 3333 and 3399, these ports included, the udp port should be set to 1111 higher than the tcp port.
-Otherwise the upd port should be set to the same port number as the tcp port. +_Note:_ If the tcp port falls between port numbers 3333 and 3399 (inclusive), the UDP port should be set to 1111 higher than the TCP port. Otherwise, the UDP port should be set to the same port number as the TCP port. ## Moving hosted content Currently, this process is manual and you can see our [FAQ on how to move the hosted content](/faq/how-to-change-lbry-blob-files) to another drive.