mirror of
https://github.com/EliteMasterEric/awesome-lego-universe.git
synced 2024-11-21 21:17:23 +00:00
Update mythrans-bible.md
Ports 3000-4000 need to be open, it uses random ports within the range. Also added ufw commands.
This commit is contained in:
parent
ad29338dc6
commit
5f672c82db
@ -11,8 +11,15 @@ The server you're running will need to open the following ports to allow for out
|
||||
* 1001 - Auth Server
|
||||
* 2000 - Master Server
|
||||
* 2005 - Chat Server
|
||||
* 3001 -
|
||||
* 3007 -
|
||||
* 3000-4000 -
|
||||
|
||||
If you're using ufw as a firewall (most firewalled Linux systems), this can be done with:
|
||||
```
|
||||
sudo ufw allow 1001/udp
|
||||
sudo ufw allow 2000/udp
|
||||
sudo ufw allow 2005/udp
|
||||
sudo ufw allow 3000:4000/udp
|
||||
```
|
||||
|
||||
## GM Levels
|
||||
|
||||
@ -75,4 +82,4 @@ This command sends an announcement to all players that the server will be shut d
|
||||
|
||||
#### /crash
|
||||
|
||||
This command immediately crashes the entire Darkflame Universe server, causing players to disconnect without advance warning.
|
||||
This command immediately crashes the entire Darkflame Universe server, causing players to disconnect without advance warning.
|
||||
|
Loading…
Reference in New Issue
Block a user