summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-09-12 18:39:41 +0800
committerKeuin <[email protected]>2022-09-12 18:39:41 +0800
commit6aaed5b0de0ba2e07f497984a8068815a646cd37 (patch)
tree1ccb53acff49585ce27b7838838d75b7d4d3ca7d /README.md
parent21dd5d2d24413c67e19fdcce9a6bedf3ce7d22e9 (diff)
Update README.md: match the code
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72b42a3..e9a60d2 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@ Then you should give SLBR *(suck-less bilibili live recorder)* a try.
"transport": {
// try ipv4 firstly, then ipv6
"allowed_network_types": [
- "tcp4",
- "tcp6"
+ "ipv4",
+ "ipv6"
]
}
}