From 03d756706a390778c7f26eef5a38bbfc72aea74e Mon Sep 17 00:00:00 2001 From: dd dd Date: Thu, 25 Jul 2024 19:47:05 +0200 Subject: [PATCH] updated build instrution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bade659..eaebb52 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ If your backend services support TLS, your service can now start using TLS encry To run an entry node for accessing NWS services behind exit nodes, use the following command: ``` -go run cmd/proxy/main.go +go run cmd/entry/main.go ``` #### Entry node Configuration