summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}
}