From b88304343a1fb449f79b171870693e32fef63e15 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Wed, 2 Aug 2023 23:10:39 -0400 Subject: [PATCH] Fixed instructions for Custom Device IPs. --- README.md | 2 +- appdefs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40ebb3d..f5cfaa0 100644 --- a/README.md +++ b/README.md @@ -562,7 +562,7 @@ mode is not automatically detected/activated and the following steps are require * Go to *Settings*->*Advanced Settings*. * Search for `MyJDownloaderSettings`. * Set `Custom Device IPs` to the IP address of the host running the container, - using double quotes and brackets like this example: `["192.168.1.1"]` . + using double quotes and brackets like this example: `["192.168.1.1"]`. * Change the `Direct Connection Mode` to `Allow lan/wan connections with manual port forwarding`. * Restart JDownloader (*File*->*Restart*). diff --git a/appdefs.yml b/appdefs.yml index 946791f..baf509f 100644 --- a/appdefs.yml +++ b/appdefs.yml @@ -53,7 +53,7 @@ app: * Go to *Settings*->*Advanced Settings*. * Search for `MyJDownloaderSettings`. * Set `Custom Device IPs` to the IP address of the host running the container, - between double quotes (e.g. `"192.168.1.1"`). + using double quotes and brackets like this example: `["192.168.1.1"]`. * Change the `Direct Connection Mode` to `Allow lan/wan connections with manual port forwarding`. * Restart JDownloader (*File*->*Restart*).