+ 本地连接服务器和内网映射TODO

This commit is contained in:
postyizhan 2024-04-13 20:19:26 +08:00
parent 75bc38c943
commit c73cef91bc
2 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
sidebar_position: 3
---
TODO

View File

@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---
# 连接服务器
@ -18,24 +18,26 @@ server-port=25565
## 本地
用来表示**本机**有这样种方式
用来表示**本机**有这样种方式
```
# 1.
localhost
# 2.
127.0.0.1
# 2.
0.0.0.0
```
如果你没有修改你的服务器端口,那么在你的mc客户端中:
- 1.点击多人游戏
- 2.点击添加服务器
- 3.输入 localhost 或 127.0.0.1
- 3.输入 localhost/127.0.0.1/0.0.0.0
- 4.点击完成
- 5.进入服务器
如果你修改了你的服务器端口,在localhost或127.0.0.1后面加个冒号加上你改的端口即可
如果你修改了你的服务器端口,在localhost/127.0.0.1/0.0.0.0后面加个冒号加上你改的端口即可
如:
@ -43,6 +45,8 @@ localhost:25566
127.0.0.1:25566
0.0.0.0:25566
## 面板
TODO