Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoonlight authored Jul 21, 2019
1 parent ca7883b commit 66c13a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ NSmartProxy contains two service programs:<br />
#### Linux/Windows/MacOS
1. Install [.NET Core Runtime](https://dotnet.microsoft.com/download)<br />
2. Download the latest version of [NSmartProxy](https://github.com/tmoonlight/NSmartProxy/releases)
#### Docker
* You can run the nspserver directly without having to install the runtime:
```
sudo docker pull tmoonlight/nspclient
sudo docker run --name mynspclient -dit tmoonlight/nspclient
```

## Instructions
NSmartProxy supports various port mappings based on TCP services. The following is an example of nspclient configuration which contains mstsc, iis, and ftp services:<br />
Expand Down

0 comments on commit 66c13a2

Please sign in to comment.