diff options
author | Keuin <[email protected]> | 2022-09-12 18:39:41 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-12 18:39:41 +0800 |
commit | 6aaed5b0de0ba2e07f497984a8068815a646cd37 (patch) | |
tree | 1ccb53acff49585ce27b7838838d75b7d4d3ca7d /README.md | |
parent | 21dd5d2d24413c67e19fdcce9a6bedf3ce7d22e9 (diff) |
Update README.md: match the code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" ] } } |