From ed2e3e57489612cdfa3d5a4df6812b1946d2b8b9 Mon Sep 17 00:00:00 2001 From: xpeng <46627911+xiaopeng12138@users.noreply.github.com> Date: Fri, 26 Aug 2022 03:55:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a0b9af..40c297b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ You can use the pointer to point the third-person camera and grab it to the posi --- All the settings related to multiplayer are inside config.json. -- **HostIP:** IP address of the host to be connected by the client, supports IPV4/6.IPV6 format: **HostIP: "[fe80::1145:1400:1919:8100]"** +- **HostIP:** IP address of the host to be connected by the client, supports IPV4/6. IPV6 format: **HostIP: "[fe80::1145:1400:1919:8100]"** - **HostPort:** the port of the host, also the port to which the client will connect. The protocol is UDP. - If you need to forward the port on top of the router, you only need to forward one of the above UDP ports.