Skip to content

Commit fa6ce6f

Browse files
committed
修复:2019-11-10 第 16 期发布
1 parent 6cb4d2e commit fa6ce6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
File renamed without changes.

docs/issue-016.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Proxy 是 golang 实现的高性能 http、https、websocket、tcp、udp、socks
3535
- tcp代理转发增加了指定出口IP功能。
3636
- 修复了智能模式某些情况不能准确工作的问题。
3737
- socks/http(s)/sps监听支持多端口和端口范围了。
38-
-
39-
参数-p现在可以这样写了:
4038

41-
```
39+
参数-p现在可以这样写了:
40+
41+
```
4242
-p ":8081" 监听8081
43-
-p ":8081,:8082" 监听8081和8082
43+
-p ":8081,:8082" 监听8081和8082
4444
-p ":8081,:8082,:9000-9999" 监听8081和8082以及9000,9001至9999,共1002个端口
45-
```
45+
```
4646

4747
- 增加了freebsd平台。
4848

@@ -134,7 +134,7 @@ golang中time.Sleep是如何实现的,在这背后调度器对time.Sleep又是
134134

135135
挺有意思!
136136

137-
![img](imgs/issue016/tidb-play.png)
137+
![img](imgs/issue016/tidb-play.gif)
138138

139139
14、[Go语言开源十周年](https://tonybai.com/2019/11/09/go-opensource-10-years/)
140140

0 commit comments

Comments
 (0)