From 6aaed5b0de0ba2e07f497984a8068815a646cd37 Mon Sep 17 00:00:00 2001 From: Keuin Date: Mon, 12 Sep 2022 18:39:41 +0800 Subject: Update README.md: match the code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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" ] } } -- cgit v1.2.3