From 908b084a94b272d768e56ac503d83ffcf7a161dd Mon Sep 17 00:00:00 2001 From: spatialfree Date: Tue, 27 Feb 2024 18:58:28 -0500 Subject: [PATCH] tidyup --- readme.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/readme.md b/readme.md index cb65fd0..3ccd439 100644 --- a/readme.md +++ b/readme.md @@ -5,18 +5,4 @@ go build && ./dofdev #deploy rsync -avz --progress ~/go/src/dofdev/ root@dofdev:/root/dofdev/ ``` -server starting at: http://localhost:3000 - - -i actually want to do this in a different way - -instead of a server that can be attacked -or taken down/compromised by me - -we instead have a distributed application that receives updates - -that way he has his copy and i have mine - -and they are on local secure devices - -it can just be console application for now \ No newline at end of file +server starting at: http://localhost:3210 \ No newline at end of file