Skip to content

Commit bb58926

Browse files
committed
init
1 parent 1efb1fc commit bb58926

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ROOT: /tmp/
22
ERROR_LOG: error.log
33
ACCESS_LOG: access.log
4-
LISTEN: 0.0.0.0:9191
4+
LISTEN: 127.0.0.1:9191

doc/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ cd go-fileHttp-mac-v1.1
2727
ROOT: /tmp/
2828
ERROR_LOG: /tmp/vpn.log
2929
ACCESS_LOG: /tmp/vpn.log
30-
LISTEN: 0.0.0.0:9191
30+
LISTEN: 127.0.0.1:9191
3131
```
3232
3333
| Key | Value |Describe |
3434
| ---------- | :-----------: | :-----------: |
3535
| ROOT_DIR | $HOME | User home directory |
3636
| ERROR_LOG | error.log | error log |
3737
| ERROR_LOG | access.log | access log |
38-
| LISTEN | 0.0.0.0:9191 | listen addres |
38+
| LISTEN | 127.0.0.1:9191 | listen addres |
3939
4040
4141
### required parameter

doc/readme_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ cd go-fileHttp-mac-v1.1
2525
ROOT: /tmp/
2626
ERROR_LOG: /tmp/vpn.log
2727
ACCESS_LOG: /tmp/vpn.log
28-
LISTEN: 0.0.0.0:9191
28+
LISTEN: 127.0.0.1:9191
2929
```
3030
3131
| Key | Value |Describe |
3232
| ---------- | :-----------: | :-----------: |
3333
| ROOT_DIR | $HOME | 用户家目录 |
3434
| ERROR_LOG | error.log | 日志 |
3535
| ERROR_LOG | access.log | 访问日志 |
36-
| LISTEN | 0.0.0.0:9191 | 监听地址 |
36+
| LISTEN | 127.0.0.1:9191 | 监听地址 |
3737
3838
3939
### 请求头参数

file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ROOT: /tmp/
22
ERROR_LOG: error.log
33
ACCESS_LOG: access.log
4-
LISTEN: 0.0.0.0:9191
4+
LISTEN: 127.0.0.1:9191

file_http

-6.85 MB
Binary file not shown.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ cd go-fileHttp-mac-v1.1
2727
ROOT: /tmp/
2828
ERROR_LOG: /tmp/vpn.log
2929
ACCESS_LOG: /tmp/vpn.log
30-
LISTEN: 0.0.0.0:9191
30+
LISTEN: 127.0.0.1:9191
3131
```
3232
3333
| Key | Value |Describe |
3434
| ---------- | :-----------: | :-----------: |
3535
| ROOT_DIR | $HOME | User home directory |
3636
| ERROR_LOG | error.log | error log |
3737
| ERROR_LOG | access.log | access log |
38-
| LISTEN | 0.0.0.0:9191 | listen addres |
38+
| LISTEN | 127.0.0.1:9191 | listen addres |
3939
4040
4141
### required parameter

0 commit comments

Comments
 (0)