Skip to content

Commit

Permalink
Update DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
godarklight committed Jun 20, 2020
1 parent 3ce17b6 commit 4e75b05
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Common/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static List<string> GetReportingEndpoints()
{
return new List<string>()
{
"godarklight.info.tm:9001",
"godarklight.privatedns.org:9001",
"server.game.api.d-mp.org:9001",
"ksp-dmp.sundevil.pl:12401"
};
Expand All @@ -191,7 +191,7 @@ public static List<string> GetDatabaseEndpoints()
{
return new List<string>()
{
"godarklight.info.tm:9003",
"godarklight.privatedns.org:9003",
"server.game.api.d-mp.org:9003",
"ksp-dmp.sundevil.pl:12403"
};
Expand Down
2 changes: 1 addition & 1 deletion External/DMPServerListReporter2
2 changes: 1 addition & 1 deletion External/UDPMeshLib
Submodule UDPMeshLib updated 1 files
+3 −3 UDPMesh/Program.cs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ The DarkMultiPlayer client and server are cross platform, see [Install](#install
## Install
### Client
* Download the [DMPClient zip](https://spacedock.info/mod/10) and extract to `[KSP root folder]/GameData`
* Download [DMPUpdater](http://godarklight.info.tm/dmp/downloads/dmpupdater/), place the program on your KSP folder and run it.
* Download [DMPUpdater](http://godarklight.privatedns.org/dmp/downloads/dmpupdater/), place the program on your KSP folder and run it.

### Server
The DarkMultiPlayer server is cross platform, meaning you can run it on any platform that supports .NET.
In Linux or macOS, you must have [Mono](http://mono-project.com) installed to be able to run the server.
* Download the [DMPServer zip](https://spacedock.info/mod/11/DarkMultiPlayer%20Server)
* Download [DMPUpdater](http://godarklight.info.tm/dmp/downloads/dmpupdater/), place the program on your server folder and run it.
* Download [DMPUpdater](http://godarklight.privatedns.org/dmp/downloads/dmpupdater/), place the program on your server folder and run it.
- NOTE: you must have a previous server version in the folder for DMPUpdater to work.

You can configure your server by editing `Config/Settings.txt`.
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#==Install a DMPServer==
#You can install DMPServer using DMPUpdater by running (from your home folder):
#mkdir -p DMPServer/new && touch DMPServer/new/DMPServer.exe && wget https://godarklight.info.tm/dmp/downloads/dmpupdater/DMPUpdater.exe -O DMPServer/new/DMPUpdater.exe && mono DMPServer/new/DMPUpdater.exe -b
#mkdir -p DMPServer/new && touch DMPServer/new/DMPServer.exe && wget https://godarklight.privatedns.org/dmp/downloads/dmpupdater/DMPUpdater.exe -O DMPServer/new/DMPUpdater.exe && mono DMPServer/new/DMPUpdater.exe -b
#Then copying or renaming 'new' to the name you want
#cp -av DMPServer/new DMPServer/example
#Remember to change the port for multiple servers or it will fail to start.
Expand Down

0 comments on commit 4e75b05

Please sign in to comment.