Merge branch 'main' into http_reverse_proxy

This commit is contained in:
asmogo 2024-07-25 20:10:10 +02:00 committed by GitHub
commit 6fce4c187f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ BACKEND_HOST = 'localhost:3338'
To start the exit node, use this command: To start the exit node, use this command:
``` ```
go run cmd/exit/main.go go run cmd/exit/exit.go
``` ```
If your backend services support TLS, your service can now start using TLS encryption through a publicly available entry node. If your backend services support TLS, your service can now start using TLS encryption through a publicly available entry node.