You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Pangolin
1
+
# Pangolin
2
2
3
3
Pangolin is a Go implenmentation of VPN.
4
4
* Support TCP/UDP/[PTCP](https://github.com/xitongsys/ptcp) connection. (I suggest PTCP, which has the same performance with UDP and avoid some UDP issues)
@@ -9,9 +9,7 @@ Pangolin is a Go implenmentation of VPN.
9
9
## Server
10
10
Pangolin server can only run natively on Linux. But you can use docker to run it on Windows and Mac.
11
11
12
-
* Download the latest release package.
13
-
14
-
*```cd pangolin_linux/```
12
+
* Download the latest release package and ```cd pangolin_linux/```
15
13
16
14
* Change the environment variables in start.sh to your own.
0 commit comments