Skip to content

Commit 6bf4091

Browse files
authored
Create mieru.md
1 parent 7cc7720 commit 6bf4091

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Mieru
2+
3+
```{.yaml linenums="1"}
4+
listeners:
5+
- name: mieru-in-1
6+
type: mieru
7+
port: 10818
8+
listen: 0.0.0.0
9+
transport: TCP # 支持 TCP 或者 UDP
10+
users:
11+
username1: password1
12+
username2: password2
13+
```
14+
15+
[通用字段](./index.md)

0 commit comments

Comments
 (0)