mirror of
https://github.com/postyizhan/NitWikit.git
synced 2025-01-18 15:35:10 +08:00
+ 本地连接服务器和内网映射TODO
This commit is contained in:
parent
75bc38c943
commit
c73cef91bc
5
docs/正式开服/内网映射.md
Normal file
5
docs/正式开服/内网映射.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
TODO
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user