Skip to content

Commit 49b438d

Browse files
committed
bump v0.58
1 parent 4f0c87b commit 49b438d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README-CN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ FaPro是一个服务端协议模拟工具,可以轻松启停多个网络服务
7272
- [x] MSSQL
7373
- [x] LDAP
7474
- [x] IKE
75+
- [x] Fox
7576
- 使用TcpForward进行端口转发
7677
- 支持tcp syn请求记录
7778
- 支持ping请求记录
@@ -182,7 +183,7 @@ fapro run -v -l :8080
182183

183184
```json
184185
{
185-
"version": "0.57",
186+
"version": "0.58",
186187
"network": "127.0.0.1/32",
187188
"network_build": "localhost",
188189
"storage": null,
@@ -256,7 +257,7 @@ fapro run -v -l :8080
256257
协议访问日志保存到elasticsearch,排除远程ip为127.0.0.1和8.8.8.8的日志。
257258
```json
258259
{
259-
"version": "0.57",
260+
"version": "0.58",
260261
"network": "172.16.0.0/24",
261262
"network_build": "userdef",
262263
"storage": "es://http://127.0.0.1:9200",

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The goal is to support as many protocols as possible, and support as many deep i
7272
- [x] MSSQL
7373
- [x] LDAP
7474
- [x] IKE
75+
- [x] Fox
7576
- Use TcpForward to forward network traffic
7677
- Support tcp syn logging
7778
- Support icmp ping logging
@@ -180,7 +181,7 @@ This section contains the sample configuration used by FaPro.
180181

181182
```json
182183
{
183-
"version": "0.57",
184+
"version": "0.58",
184185
"network": "127.0.0.1/32",
185186
"network_build": "localhost",
186187
"storage": null,
@@ -256,7 +257,7 @@ and 172.16.0.5 run rpc, rdp service,
256257
protocol access logs are saved to elasticsearch, exclude the access log of 127.0.0.1 and 8.8.8.8.
257258
```json
258259
{
259-
"version": "0.57",
260+
"version": "0.58",
260261
"network": "172.16.0.0/24",
261262
"network_build": "userdef",
262263
"storage": "es://http://127.0.0.1:9200",

docs/fox.gif

277 KB
Loading

0 commit comments

Comments
 (0)