mirror of
https://github.com/asmogo/nws.git
synced 2025-02-07 13:59:00 +00:00
Merge pull request #20 from Shinoa-Fores/main
Trivial filename fix in README.
This commit is contained in:
commit
1c12a7db93
@ -73,7 +73,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.
|
||||||
@ -82,7 +82,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:
|
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/proxy/proxy.go
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Entry node Configuration
|
#### Entry node Configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user