From 3ee66e8222f387ec55002e3a77a493ea78d6f28a Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 5 Jun 2023 00:03:09 -0400 Subject: Fix formatting for Syncthing instructions in `README.md` --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf25387..3c25ceb 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,14 @@ If you need to access the Syncthing GUI from a different computer, you can allow ```xml
127.0.0.1:40469
- KoafJAnTpYxPSuywYmk9fNP2gpuVLFfb - black ``` -Change the `
127.0.0.1:40469
` part to `
0.0.0.0:40469
` to allow connections from other computers. Be sure to disable this once you've got Syncthing setup for security. +Change it to the following, but be sure to disable it later for security: +```xml + +
0.0.0.0:40469
+``` -- cgit v1.2.3