Skip to content

Commit aecb04d

Browse files
authored
Update README.md
1 parent 2ce854c commit aecb04d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# dev-proxy
2-
开发联调神器
2+
开发联调神器是一个http代理服务器,也可做为简单网关使用,设置简单,一个路由表设置可让流量打到内网设置的机器上,也支持外部IP和域名的代理。
3+
# 管理地址
4+
http://IP:PORT/admin
35

46
# 设置示例
57
```
@@ -41,4 +43,4 @@ func main() {
4143
log.Fatal(err)
4244
}
4345
}
44-
```
46+
```

0 commit comments

Comments
 (0)